Comparing version 6.0.0 to 6.0.1
@@ -1,1 +0,1 @@ | ||
{"name":"basscss","version":"5.2.1","homepage":"https://github.com/jxnblk/basscss","authors":["Brent Jackson <jxnblk@gmail.com>"],"description":"Low-level CSS Toolkit","main":"./css/basscss.css","keywords":["CSS","OOCSS","Utility","Framework"],"license":"MIT","ignore":["**/.*","node_modules","bower_components","test","tests"]} | ||
{"name":"basscss","version":"6.0.1","homepage":"https://github.com/jxnblk/basscss","authors":["Brent Jackson <jxnblk@gmail.com>"],"description":"Low-level CSS Toolkit","main":"./css/basscss.css","keywords":["CSS","OOCSS","Utility","Framework"],"license":"MIT","ignore":["**/.*","node_modules","bower_components","test","tests"]} |
{ | ||
"name": "basscss", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "Low-level CSS toolkit", | ||
@@ -17,3 +17,3 @@ "style": "src/basscss.css", | ||
"basscss-background-images": "0.0.9", | ||
"basscss-base-buttons": "^1.0.11", | ||
"basscss-base-buttons": "^1.0.12", | ||
"basscss-base-forms": "^1.1.2", | ||
@@ -32,6 +32,6 @@ "basscss-base-reset": "^1.0.0", | ||
"basscss-button-nav-tab": "0.0.3", | ||
"basscss-button-outline": "^1.0.1", | ||
"basscss-button-outline": "^1.1.0", | ||
"basscss-button-red": "0.0.1", | ||
"basscss-button-sizes": "^1.0.5", | ||
"basscss-button-transparent": "^1.0.1", | ||
"basscss-button-transparent": "^1.1.0", | ||
"basscss-color-base": "^1.3.2", | ||
@@ -38,0 +38,0 @@ "basscss-color-buttons": "^1.0.1", |
@@ -62,3 +62,3 @@ # Basscss | ||
If you're making changes to a module, please follow the | ||
[design principles](). | ||
[design principles](http://www.basscss.com/docs/reference/principles/). | ||
@@ -65,0 +65,0 @@ ## Folder Structure |
@@ -40,7 +40,8 @@ | ||
}, | ||
rem: false | ||
rem: false, | ||
pseudoElements: false, | ||
colorRgba: false | ||
} | ||
}); | ||
css = meta + '\n\n' + postcss().use(removeComments()).process(css).css; | ||
//css = meta + '\n\n' + css; | ||
var minified = new Cleancss().minify(css).styles; | ||
@@ -47,0 +48,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
46912
1034