mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2025-04-07 14:48:26 +00:00
9 lines
100 B
SCSS
9 lines
100 B
SCSS
$import_counter: 0;
|
|
@import "a";
|
|
@import "common";
|
|
@import "b";
|
|
|
|
#the-last {
|
|
content: "LAST";
|
|
}
|