Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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 - npm Package Compare versions

Comparing version 0.0.7 to 0.0.10

demo/index.html

25

package.json
{
"name": "cloud-vanilla-theme",
"version": "0.0.7",
"version": "0.0.10",
"description": "A Cloud flavoured theme for the wonderfully simple, extendable CSS framework.",

@@ -64,17 +64,18 @@ "author": {

},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-cache": "^0.2.7",
"gulp-minify-css": "^0.4.6",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.3.3",
"gulp-scss-lint": "^0.1.7",
"sassdoc": "^2.0.9",
"gulp-util": "^3.0.4"
"gulp": "3.8.11",
"gulp-autoprefixer": "2.1.0",
"gulp-cache": "0.2.8",
"gulp-minify-css": "1.0.0",
"gulp-notify": "2.2.0",
"gulp-rename": "1.2.0",
"gulp-sass": "1.3.3",
"gulp-scss-lint": "0.1.10",
"sassdoc": "2.1.7",
"gulp-util": "3.0.4"
},
"dependencies": {
"vanilla-framework": "^0.0.12"
"vanilla-framework": "^0.0.13"
}
}

@@ -1,1 +0,24 @@

# Cloud theme for vanilla framework
# Cloud vanilla theme for Vanilla framework
A extenstion of [Vanilla framework](https://github.com/ubuntudesign/vanilla-framework), written in [Sass](http://sass-lang.com/).
## Local usage
Install the Node package into your project:
``` bash
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:
``` sass
// 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](scss/_global-settings.scss).
Code licensed [LGPLv3](http://opensource.org/licenses/lgpl-3.0.html) by [Canonical Ltd.](http://www.canonical.com/).

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc