0.3.0 • Published 2 years ago

@stardust-configs/postcss-config v0.3.0

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

@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

@p-chan

License

MIT