Benoît Rouleau a174b8a747 first commit
2018-05-03 01:27:28 -04:00
2018-05-03 01:27:28 -04:00
2018-05-03 01:27:28 -04:00
2018-05-03 01:27:28 -04:00
2018-05-03 01:27:28 -04:00
2018-05-03 01:27:28 -04:00
2018-05-03 01:27:28 -04:00
2018-05-03 01:27:28 -04:00
2018-05-03 01:27:28 -04:00
2018-05-03 01:27:28 -04:00
2018-05-03 01:27:28 -04:00
2018-05-03 01:27:28 -04:00

PostCSS Partial Process [![Build Status][ci-img]][ci]

PostCSS plugin that runs other plugins on parts of a CSS file delimited by comments.

Usage

postcss([ require('postcss-partial-process')({
    startComment: 'start postcss-partial-process', // default value
    endComment: 'end postcss-partial-process', // default value
    removeComments: true, // false by default
    plugins = [
        require('[any postcss plugin you want]'), // this will only affect the CSS between the comments "start postcss-partial-process" and  "end postcss-partial-process"
    ],
}) ])

See PostCSS docs for examples for your environment.

Description
No description provided
Readme MIT 281 KiB
Languages
JavaScript 100%