0.2.1 • Published 8 years ago

stylelint-config-manufactura v0.2.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

stylelint-config-manufactura

Shareable Stylelint config for Manufactura projects.

Installation

npm install --save-dev stylelint-config-manufactura

Usage with enb-postcss

nodeConfig.addTech(
    [require('enb-postcss/techs/enb-postcss'), {
        sourcemap : true,
        plugins : [
            require('stylelint')(
                require('stylelint-config-manufactura')
            )
        ]
    }]
);