-
Theme Boilerplate Overview
Vanilla provides a boilerplate to build custom themes. It contains all files necessary for a theme with customizable styles. Styles are written in SASS and most of it bases itself in SASS variables and inheritance. Variables are carried through sections and components making the final styles flexible but also consistent…
-
Theme Boilerplate Variables & Structure
SCSS Folder Structure Base Styles defining the scaffold of the theme. You can use this folder to import fonts, define typography, mixins. Components Components are self contained pieces of UI. They can be very small, like a breadcrumb or a button. They can also be complex and composed of other components like the Advanced…