@stardust-configs/postcss-config
TypeScript icon, indicating that this package has built-in type declarations

0.3.0 • Public • Published

@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

Readme

Keywords

Package Sidebar

Install

npm i @stardust-configs/postcss-config

Weekly Downloads

1

Version

0.3.0

License

MIT

Unpacked Size

6.29 kB

Total Files

5

Last publish

Collaborators

  • p-chan