You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aSkelly/scss/main.scss

11 lines
256 B
SCSS

// Variables first 'cause you never know where you'll need 'em
// @use 'utilities/main_utilities';
// Get the reset it
@use 'base/main_base';
@use 'component/main_component';
@use 'layout/main_layout';
@use 'page/main_page';
@use 'helpers/main_helpers';