basscss-background-colors
Advanced tools
Comparing version 1.1.3 to 2.0.0
{ | ||
"name": "basscss-background-colors", | ||
"version": "1.1.3", | ||
"version": "2.0.0", | ||
"description": "Background 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/background-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": { | ||
@@ -20,6 +33,3 @@ "type": "git", | ||
}, | ||
"homepage": "https://github.com/basscss/addons", | ||
"dependencies": { | ||
"basscss-defaults": "^2.1.1" | ||
} | ||
"homepage": "https://github.com/basscss/addons" | ||
} |
Sorry, the diff of this file is not supported yet
4126
5
43
6
+ Addedcolors.css@^2.3.0
- Removedbasscss-defaults@^2.1.1
- Removedbasscss-defaults@2.1.3(transitive)