basscss-colors
Advanced tools
Comparing version 2.0.2 to 2.1.0
{ | ||
"name": "basscss-colors", | ||
"version": "2.0.2", | ||
"version": "2.1.0", | ||
"description": "Color styles module for Basscss", | ||
"style": "index.css", | ||
"scripts": { | ||
"prepublish": "mkdir -p css && postcss index.css -u postcss-import -u postcss-custom-media -u postcss-custom-properties -u postcss-remove-root -u autoprefixer -o css/colors.css" | ||
}, | ||
"dependencies": { | ||
"colors.css": "^2.3.0" | ||
}, | ||
"devDependencies": { | ||
"autoprefixer": "^6.3.1", | ||
"postcss-cli": "^2.5.0", | ||
"postcss-custom-media": "^5.0.1", | ||
"postcss-custom-properties": "^5.0.0", | ||
"postcss-import": "^8.0.2", | ||
"postcss-remove-root": "0.0.2" | ||
}, | ||
"repository": { | ||
@@ -11,6 +24,8 @@ "type": "git", | ||
"keywords": [ | ||
"CSS", | ||
"OOCSS", | ||
"Basscss", | ||
"Rework" | ||
"css", | ||
"oocss", | ||
"basscss", | ||
"fcss", | ||
"functional-css", | ||
"atomic" | ||
], | ||
@@ -22,6 +37,3 @@ "author": "Brent Jackson", | ||
}, | ||
"homepage": "https://github.com/basscss/addons", | ||
"dependencies": { | ||
"basscss-defaults": "^2.0.1" | ||
} | ||
"homepage": "https://github.com/basscss/addons" | ||
} |
Sorry, the diff of this file is not supported yet
3259
5
47
6
+ Addedcolors.css@^2.3.0
- Removedbasscss-defaults@^2.0.1
- Removedbasscss-defaults@2.1.3(transitive)