diff --git a/falcon/_dev/css/custom.scss b/falcon/_dev/css/custom.scss new file mode 100644 index 0000000..31cb19a --- /dev/null +++ b/falcon/_dev/css/custom.scss @@ -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"; diff --git a/falcon/_dev/css/theme.scss b/falcon/_dev/css/theme.scss index 0abc131..6b8e1da 100644 --- a/falcon/_dev/css/theme.scss +++ b/falcon/_dev/css/theme.scss @@ -1,2 +1,3 @@ @import "abstracts/index"; @import "theme/index"; +@import "custom"; diff --git a/falcon/_dev/js/theme/index.js b/falcon/_dev/js/theme/index.js index f51be1d..fa9a71d 100644 --- a/falcon/_dev/js/theme/index.js +++ b/falcon/_dev/js/theme/index.js @@ -13,7 +13,6 @@ import "@js/theme/components/quickview"; import "@js/theme/components/product"; import "@js/theme/components/cart/cart"; import "@js/theme/components/cart/block-cart"; -import "@js/theme/components/product_miniature_form"; import usePasswordPolicy from "@js/theme/components/usePasswordPolicy"; import prestashop from "prestashop";