Restauration du $ avant les variables pour des raisons de compatibilité

This commit is contained in:
Arnaud CARIOU 2017-03-16 15:12:06 +01:00
parent 7e97249bae
commit 2aa7f8cb9d
18 changed files with 416 additions and 396 deletions

View file

@ -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

View file

@ -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