rollup-plugin-postcss
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -60,3 +60,3 @@ 'use strict'; | ||
var extract = Boolean(options.extract); | ||
var extractPath = typeof options.extract === 'string' ? extract : null; | ||
var extractPath = typeof options.extract === 'string' ? options.extract : null; | ||
@@ -63,0 +63,0 @@ var concat = new Concat( |
{ | ||
"name": "rollup-plugin-postcss", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Seamless integration between Rollup and PostCSS", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.common.js", |
@@ -9,2 +9,8 @@ # rollup-plugin-postcss [![Build Status](https://img.shields.io/circleci/project/egoist/rollup-plugin-postcss/master.svg?style=flat-square)](https://circleci.com/gh/egoist/rollup-plugin-postcss/tree/master) | ||
## Features | ||
- CSS modules support | ||
- Extract CSS file | ||
- Custom pre-processor support (like Stylus and Sass) | ||
## Installation | ||
@@ -11,0 +17,0 @@ |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
11051
159
0