A simple extensible CSS framework
Backed by open-source code and written in Sass by the Canonical Web Team.
Backed by open-source code and written in Sass by the Canonical Web Team.
The recommended method of including Vanilla Framework in your project is via npm. You can then simply include the framework in your SCSS files and compile.
For other methods, please see the advanced usage docs.
npm install --save-dev vanilla-framework
export SASS_PATH=`pwd`/node_modules:${SASS_PATH}
// Add to your main build scss file the following line
@import 'vanilla-framework/scss/build'
If you are contributing to Vanilla, make sure to read and follow these guidelines.