22 lines
666 B
SCSS
22 lines
666 B
SCSS
// NOTE: All bootstrap overrides have been configured under the abstracts/variables/bootstrap folder.
|
|
|
|
//Abstracts: Things used throughout the site such as utility classes and generic overrides.
|
|
//@import "abstracts/base";
|
|
//@import "abstracts/utilities";
|
|
|
|
// Components: parts of the theme itself that are not associated with a module.
|
|
//@import "components/";
|
|
@import "components/forms";
|
|
|
|
// Modules: Styling for specific modules.
|
|
//@import "modules/";
|
|
|
|
//Layouts: Parts of a page, such as the header, footer, etc.
|
|
//@import "layout/header";
|
|
//@import "layout/footer";
|
|
@import "layout/left-column";
|
|
|
|
// Pages
|
|
//@import "pages/category";
|
|
//@import "pages/product";
|