Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

cloud-vanilla-theme

Package Overview
Dependencies
Maintainers
4
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloud-vanilla-theme

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

latest
Source
npmnpm
Version
0.1.2
Version published
Weekly downloads
274
39.8%
Maintainers
4
Weekly downloads
 
Created
Source

Cloud vanilla theme for Vanilla framework

A extenstion of Vanilla framework, written in Sass.

Installing

Install the Node package into your project with npm v3 or newer:

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
  • Gulp
npm install
gulp build

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

Code licensed LGPLv3 by Canonical Ltd..

Keywords

cloud

FAQs

Package last updated on 26 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts