Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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()
],
...
};
```