New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rucksack-css

Package Overview
Dependencies
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rucksack-css - npm Package Compare versions

Comparing version

to
0.6.7

CONTRIBUTORS

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 @@