canonical-vanilla-theme

A Canonical flavoured theme for the wonderfully simple, extendable CSS framework.


Keywords
vanilla-framework
Install
npm install canonical-vanilla-theme@0.0.24

Documentation

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 within

Then 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..