https://github.com/stardust-configs/postcss-config
Shareable PostCSS config
https://github.com/stardust-configs/postcss-config
postcss postcss-config
Last synced: about 1 year ago
JSON representation
Shareable PostCSS config
- Host: GitHub
- URL: https://github.com/stardust-configs/postcss-config
- Owner: stardust-configs
- Created: 2021-10-06T16:40:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-19T17:33:52.000Z (about 1 year ago)
- Last Synced: 2025-04-19T20:19:40.475Z (about 1 year ago)
- Topics: postcss, postcss-config
- Language: TypeScript
- Homepage: https://npm.im/@stardust-configs/postcss-config
- Size: 618 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# @stardust-configs/postcss-config
> Shareable PostCSS config
## Install
```sh
npm install @stardust-configs/postcss-config --save-dev
```
or
```sh
yarn add @stardust-configs/postcss-config --dev
```
## Usage
Edit `postcss.config.js`.
```js
module.exports = require('@stardust-configs/postcss-config').defaultConfig
```
## Override
Override `postcss.config.js`.
```js
module.exports = require('@stardust-configs/postcss-config').defineConfig({
importFrom: './src/styles/variables.css',
})
```
## Author
[@p-chan](https://github.com/p-chan)
## License
MIT