rucksack-css
Advanced tools
Comparing version
16
index.js
@@ -28,4 +28,4 @@ 'use strict'; | ||
// Individual add-ons (optional) | ||
var autoprefixer = require('autoprefixer'), | ||
colors = require('postcss-color-palette'); | ||
var autoprefixer = require('autoprefixer'); | ||
// colors = require('postcss-color-palette'); | ||
@@ -36,3 +36,3 @@ // Error reporting | ||
// Define a custom color palette | ||
colors = colors({ palette: 'material' }); | ||
// colors = colors({ palette: 'material' }); | ||
@@ -42,4 +42,4 @@ // Default options | ||
fallbacks: true, | ||
autoprefixer: true, | ||
colors: true | ||
autoprefixer: true | ||
// colors: true | ||
}; | ||
@@ -73,5 +73,5 @@ | ||
if (options.colors) { | ||
plugins.push(colors); | ||
} | ||
// if (options.colors) { | ||
// plugins.push(colors); | ||
// } | ||
@@ -78,0 +78,0 @@ plugins.push(reporter); |
{ | ||
"name": "rucksack-css", | ||
"version": "0.6.6", | ||
"version": "0.6.7", | ||
"description": "A little bag of CSS superpowers", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -221,5 +221,2 @@ <p align="center"> | ||
###### New Default Colors | ||
Swap out those ugly default colors with replacements from [Material Design Colors][material-colors]. | ||
-- | ||
@@ -240,4 +237,2 @@ | ||
`colors`: Enable/disable color replacements (default: `true`). | ||
-- | ||
@@ -244,0 +239,0 @@ |
1518140
0.24%354
0.28%252
-1.95%