@stardust-configs/postcss-config
v0.3.0
Published
Shareable PostCSS config
Downloads
97
Readme
@stardust-configs/postcss-config
Shareable PostCSS config
Install
npm install @stardust-configs/postcss-config --save-dev
or
yarn add @stardust-configs/postcss-config --dev
Usage
Edit postcss.config.js
.
module.exports = require('@stardust-configs/postcss-config').defaultConfig
Override
Override postcss.config.js
.
module.exports = require('@stardust-configs/postcss-config').defineConfig({
importFrom: './src/styles/variables.css',
})
Author
License
MIT