9 lines
100 B
SCSS
Raw Normal View History

2020-05-19 11:43:42 +03:00
$import_counter: 0;
@import "a";
@import "common";
@import "b";
#the-last {
content: "LAST";
}