fix(scss): fix remaining comma which leads to invalid css
This commit is contained in:
parent
7aa0c7d0e8
commit
d87c7ca424
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@
|
|||
input[type=number],
|
||||
input[type=datetime-local],
|
||||
textarea,
|
||||
input[type=tel], {
|
||||
input[type=tel] {
|
||||
@media (max-width: $two-columns-breakpoint) {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue