Fix sass-lint config (#10982)
This commit is contained in:
parent
fe3bf3b0fc
commit
c672676c03
14 changed files with 80 additions and 306 deletions
|
@ -121,7 +121,7 @@
|
|||
grid-auto-rows: max-content;
|
||||
|
||||
.column-0 {
|
||||
grid-column: 1/3;
|
||||
grid-column: 1 / 3;
|
||||
grid-row: 1;
|
||||
}
|
||||
|
||||
|
@ -136,7 +136,7 @@
|
|||
}
|
||||
|
||||
.column-3 {
|
||||
grid-column: 1/3;
|
||||
grid-column: 1 / 3;
|
||||
grid-row: 3;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue