fix(falcon-PS9): Removed nonexistent product-miniature-form import
Also added css folder locations
This commit is contained in:
19
falcon/_dev/css/custom.scss
Normal file
19
falcon/_dev/css/custom.scss
Normal file
@ -0,0 +1,19 @@
|
||||
// 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/";
|
||||
|
||||
// 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";
|
||||
|
||||
// Pages
|
||||
//@import "custom/pages/category";
|
||||
//@import "custom/pages/product";
|
||||
Reference in New Issue
Block a user