Canonical vanilla theme for Vanilla framework
A extenstion of Vanilla framework, written in Sass.
Local usage
Install the Node package into your project:
npm install canonical-vanilla-theme # Installs the theme with the framework withinThen reference it from your own Sass file that is built to generate your sites CSS:
// Import the theme
@import "canonical-vanilla-theme/scss/theme";
// Run the theme
@include canonical-vanilla-theme;You can override any of the settings in _global-settings.scss.
Code licensed LGPLv3 by Canonical Ltd..