File tree Expand file tree Collapse file tree 8 files changed +25
-21
lines changed Expand file tree Collapse file tree 8 files changed +25
-21
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
File renamed without changes.
Original file line number Diff line number Diff line change 1+ @value small (max-width : 599px );
2+ @value medium (min-width : 600px ) and (max-width : 959px );
3+ @value large (min-width : 960px );
Original file line number Diff line number Diff line change 1- @define primary: # f01;
2- @define secondary: # 2f2;
1+ @value primary: # f01;
2+ @value secondary: # 2f2;
33
44.text-primary {
55 color : primary;
Original file line number Diff line number Diff line change 1- ._constants_borders__dashed {
1+ ._values_borders__dashed {
22 border : 4px dashed;
33}
4- ._constants_colors__text -primary {
4+ ._values_colors__text -primary {
55 color : # f01 ;
66}
7- ._constants_colors__bg -primary {
7+ ._values_colors__bg -primary {
88 background-color : # f01 ;
99}
1010
11- ._constants_colors__text -secondary {
11+ ._values_colors__text -secondary {
1212 color : # 2f2 ;
1313}
14- ._constants_colors__bg -secondary {
14+ ._values_colors__bg -secondary {
1515 background-color : # 2f2 ;
1616}
1717
1818/* Imports without a "from" are just passed through */
1919@import url ('./old-skool.css' );
2020
21- ._constants_source__foo {
21+ ._values_source__foo {
2222 box-shadow : 0 0 10px # f01 ;
2323 border-color : # 2f2 ;
2424}
2525
2626@media (max-width : 599px ) {
27- ._constants_source__foo {
27+ ._values_source__foo {
2828 background : white;
2929 }
3030}
3131@media (min-width : 600px ) and (max-width : 959px ) {
32- ._constants_source__foo {
32+ ._values_source__foo {
3333 background : peru;
3434 }
3535}
Original file line number Diff line number Diff line change 1+ {
2+ "borders" : " \" ./borders.css\" " ,
3+ "breakpoints" : " \" ./breakpoints.css\" " ,
4+ "small" : " (max-width: 599px)" ,
5+ "medium" : " (min-width: 600px) and (max-width: 959px)" ,
6+ "secondary" : " #2f2" ,
7+ "blue" : " #f01" ,
8+ "foo" : " _values_source__foo _values_borders__dashed _values_colors__text-secondary"
9+ }
Original file line number Diff line number Diff line change 1- @define borders: "./borders.css" , breakpoints : "./breakpoints.css" ;
2- @import-define small, medium from breakpoints;
3- @import secondary, primary as blue from "./colors.css" ;
1+ @value borders: "./borders.css" , breakpoints : "./breakpoints.css" ;
2+ @value small, medium from breakpoints;
3+ @value secondary, primary as blue from "./colors.css" ;
44
55/* Imports without a "from" are just passed through */
66@import url ('./old-skool.css' );
You can’t perform that action at this time.
0 commit comments