sass-lintage (indentation, imbrication, clarté, etc)
This commit is contained in:
parent
12239d8b07
commit
0374d02282
16 changed files with 211 additions and 101 deletions
|
@ -4,6 +4,7 @@
|
|||
[class*=" autogrid"] {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
[class^="autogrid"] > *,
|
||||
[class*=" autogrid"] > * {
|
||||
flex: 1;
|
||||
|
@ -16,6 +17,7 @@
|
|||
.has-gutter > *:not(:first-child) {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
|
||||
[class*="--reverse"] {
|
||||
flex-direction: row-reverse;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue