rucksack-css
Advanced tools
Comparing version
@@ -31,3 +31,4 @@ 'use strict'; | ||
autoprefixer: false, | ||
fallbacks: false | ||
fallbacks: false, | ||
reporter: false | ||
}; | ||
@@ -57,3 +58,3 @@ | ||
plugins.push(reporter); | ||
options.reporter && plugins.push(reporter); | ||
@@ -60,0 +61,0 @@ // Build PostCSS bundle |
{ | ||
"name": "rucksack-css", | ||
"version": "0.8.6", | ||
"version": "0.9.0", | ||
"description": "A little bag of CSS superpowers", | ||
@@ -41,3 +41,3 @@ "main": "index.js", | ||
"postcss": "^5.0.0", | ||
"postcss-alias": "^0.2.2", | ||
"postcss-alias": "^1.0.0", | ||
"postcss-clearfix": "^1.0.0", | ||
@@ -54,3 +54,3 @@ "postcss-color-rgba-fallback": "^2.0.0", | ||
"postcss-reporter": "^1.0.0", | ||
"postcss-responsive-type": "^0.3.1", | ||
"postcss-responsive-type": "^0.5.0", | ||
"postcss-vmin": "^2.0.0", | ||
@@ -57,0 +57,0 @@ "read-file-stdin": "^0.2.0", |
@@ -246,2 +246,5 @@ <p align="center"> | ||
###### Error reporting | ||
Enable reporting, which outputs helpful error and warning messages from the plugins used inside Rucksack to your console, with the `reporter` option. Defaults to `false`. | ||
```js | ||
@@ -248,0 +251,0 @@ // Set in build tool, etc. |
1517991
0.02%26604
0272
1.12%+ Added
+ Added
- Removed
- Removed
Updated