Restauration du $ avant les variables pour des raisons de compatibilité
This commit is contained in:
parent
7e97249bae
commit
2aa7f8cb9d
18 changed files with 416 additions and 396 deletions
|
@ -1,6 +1,6 @@
|
|||
/* Autogrid object */
|
||||
/* see http://codepen.io/raphaelgoetter/pen/KMgBJd */
|
||||
@media (min-width: (tiny + 1))
|
||||
@media (min-width: ($tiny + 1))
|
||||
[class^="autogrid"]
|
||||
[class*=" autogrid"]
|
||||
display flex
|
||||
|
@ -11,7 +11,7 @@
|
|||
min-width 0 /* avoid min-width:auto */
|
||||
|
||||
/* Autogrid variants */
|
||||
@media (min-width: (tiny + 1))
|
||||
@media (min-width: ($tiny + 1))
|
||||
.has-gutter > *:not(:first-child)
|
||||
margin-left 1rem
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* Media object */
|
||||
/* see http://codepen.io/raphaelgoetter/pen/KMWWwj */
|
||||
@media (min-width: (tiny + 1))
|
||||
@media (min-width: ($tiny + 1))
|
||||
.o-media
|
||||
display flex
|
||||
align-items flex-start
|
||||
|
@ -10,7 +10,7 @@
|
|||
min-width 0 /* avoid min-width:auto */
|
||||
|
||||
/* Media variants */
|
||||
@media (min-width: (tiny + 1))
|
||||
@media (min-width: ($tiny + 1))
|
||||
.o-media--reverse
|
||||
flex-direction row-reverse
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue