Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tradingview/css-file-rules-webpack-separator
https://github.com/tradingview/css-file-rules-webpack-separator
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tradingview/css-file-rules-webpack-separator
- Owner: tradingview
- License: mit
- Created: 2016-01-21T06:47:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-07T00:49:44.000Z (almost 2 years ago)
- Last Synced: 2024-10-06T21:03:32.693Z (3 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# css-file-rules-webpack-separator
```
npm install css-file-rules-webpack-separator --save-dev
``````javascript
const CssFileRulesSeparator = require('css-file-rules-webpack-separator');module.exports = {
...
plugins: [
new CssFileRulesSeparator()
],
...
};
```