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.18 to 0.0.19

6

gulpfile.js

@@ -8,3 +8,3 @@ var gulp = require('gulp'),

scsslint = require('gulp-scss-lint'),
minifycss = require('gulp-minify-css'),
cssnano = require('gulp-cssnano'),
sassdoc = require('sassdoc'),

@@ -51,3 +51,3 @@ util = require('util');

.pipe(rename({suffix: '.min'}))
.pipe(minifycss())
.pipe(cssnano())
.pipe(gulp.dest('build/css/'));

@@ -76,2 +76,2 @@ });

gulp.task('default', ['help']);
gulp.task('default', ['help']);
{
"name": "cloud-vanilla-theme",
"version": "0.0.18",
"version": "0.0.19",
"description": "A Cloud flavoured theme for the wonderfully simple, extendable CSS framework.",

@@ -66,9 +66,9 @@ "author": {

"devDependencies": {
"gulp": "3.8.11",
"gulp-autoprefixer": "2.1.0",
"gulp": "3.9",
"gulp-autoprefixer": "3.1.0",
"gulp-cache": "0.2.8",
"gulp-minify-css": "1.0.0",
"gulp-cssnano": "^2.1.0",
"gulp-notify": "2.2.0",
"gulp-rename": "1.2.0",
"gulp-sass": "1.3.3",
"gulp-sass": "2.1.1",
"gulp-scss-lint": "0.1.10",

@@ -79,4 +79,4 @@ "sassdoc": "2.1.7",

"dependencies": {
"vanilla-framework": "^0.0.55"
"vanilla-framework": "^0.0.66"
}
}

@@ -5,3 +5,3 @@ # Cloud vanilla theme for Vanilla framework

## Local usage
## Installing

@@ -25,2 +25,15 @@ Install the Node package into your project:

## Development
### Development dependencies
- [NPM](https://www.npmjs.com)
- [Gulp](http://gulpjs.com)
``` bash
npm install
gulp build
```
A demo of the theme and its elements is at ```/demo/index.html```
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