6 lines
55 B
SCSS
6 lines
55 B
SCSS
@import './another.scss';
|
|
|
|
html {
|
|
background: red;
|
|
}
|
@import './another.scss';
|
|
|
|
html {
|
|
background: red;
|
|
}
|