7 lines
73 B
SCSS
7 lines
73 B
SCSS
@import 'variables';
|
|
@import 'colors';
|
|
|
|
.hangar {
|
|
@import 'buttons';
|
|
}
|