Socket
Socket
Sign inDemoInstall

cloud-vanilla-theme

Package Overview
Dependencies
1
Maintainers
4
Versions
26
Alerts
File Explorer

Advanced tools

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.


Version published
Weekly downloads
18
increased by800%
Maintainers
4
Install size
241 kB
Created
Weekly downloads
 

Readme

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

FAQs

Last updated on 26 Apr 2017

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc