feat(standard-styling): Fix icons; add standard css
This commit is contained in:
@ -6,6 +6,7 @@
|
||||
|
||||
// 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/";
|
||||
@ -13,6 +14,7 @@
|
||||
//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";
|
||||
|
||||
Reference in New Issue
Block a user