cloud-vanilla-theme
Advanced tools
Comparing version 0.0.7 to 0.0.10
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
39293
17
25
+ Addedvanilla-framework@0.0.13(transitive)
Updatedvanilla-framework@^0.0.13