kadams54 / cloud-vanilla-theme

A theme layer between Vanilla Framework and the cloud family of Canonical sites.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cloud vanilla theme for Vanilla framework

A extenstion of Vanilla framework, written in Sass.

Installing

Install the Node package into your project:

npm install cloud-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 "../../node_modules/cloud-vanilla-theme/scss/theme";
// Run the theme
@include cloud-vanilla-theme;

You can override any of the settings in _global-settings.scss.

Development

Development dependencies

npm install
gulp build

A demo of the theme and its elements is at /demo/index.html

Code licensed LGPLv3 by Canonical Ltd..

About

A theme layer between Vanilla Framework and the cloud family of Canonical sites.


Languages

Language:HTML 54.2%Language:CSS 39.2%Language:JavaScript 4.0%Language:Shell 2.7%