fix(standard-styling): Fix structure of custom css
This commit is contained in:
@ -1,21 +0,0 @@
|
|||||||
// 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 "custom/abstracts/base";
|
|
||||||
//@import "custom/abstracts/utilities";
|
|
||||||
|
|
||||||
// Components: parts of the theme itself that are not associated with a module.
|
|
||||||
//@import "custom/components/";
|
|
||||||
@import "custom/components/forms";
|
|
||||||
|
|
||||||
// Modules: Styling for specific modules.
|
|
||||||
//@import "custom/modules/";
|
|
||||||
|
|
||||||
//Layouts: Parts of a page, such as the header, footer, etc.
|
|
||||||
//@import "custom/layout/header";
|
|
||||||
//@import "custom/layout/footer";
|
|
||||||
@import "custom/layout/left-column";
|
|
||||||
|
|
||||||
// Pages
|
|
||||||
//@import "custom/pages/category";
|
|
||||||
//@import "custom/pages/product";
|
|
||||||
@ -1,3 +1,3 @@
|
|||||||
@import "abstracts/index";
|
@import "abstracts/index";
|
||||||
@import "theme/index";
|
@import "theme/index";
|
||||||
@import "custom";
|
@import "theme/custom/custom";
|
||||||
|
|||||||
21
falcon/_dev/css/theme/custom/_custom.scss
Normal file
21
falcon/_dev/css/theme/custom/_custom.scss
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
// NOTE: All bootstrap overrides have been configured under themes/falcon/_dev/css/abstracts/variables/bootstrap
|
||||||
|
|
||||||
|
//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";
|
||||||
Reference in New Issue
Block a user