8 lines
144 B
CSS
8 lines
144 B
CSS
@import 'subfolder/hello.scss';
|
|
|
|
.container {
|
|
max-width: none;
|
|
padding-left: 5em;
|
|
padding-right: 5em;
|
|
background-color: white;
|
|
} |