What is gulp-style-extract?
Gulp-style-extract is a Gulp version of style-extract, which is used for extracting only specific CSS properties and their selectors from CSS files.
Install
npm install gulp-style-extract
Options
- properties: an array of CSS properties, that will be extracted
Usage
var gulp =extract = ;gulp;gulp;
Before
/* Foo *//* Bar */
After
Grunt version
The Grunt version can be found at grunt-style-extract.
Node version
The Node version can be found at style-extract.