# v4 is compatible with Rollup 4 & 3 & 2
# Rollup 4 since v4.4
npm install --save-dev rollup-plugin-css-only
Usage
// rollup.config.js import css from 'rollup-plugin-css-only' export default { input: 'input.js', output: { file: 'output.js', format: 'es', assetFileNames: 'assets/[name]-[hash][extname]' }, plugins: [css()] }
// entry.js import './reset.css' import './layout.css'
/* layout.css */ @import './nested.css'; @import './more.css';Options
There is 1 option: output
.
By default the plugin will use output.assetFileNames
to decide the filename.
css({ // Optional: filename to write all styles to output: 'bundle.css' })Changelog
Please see CHANGELOG for more information what has changed recently.
ContributingContributions and feedback are very welcome.
To get it running:
npm install
npm run build
The MIT License (MIT). Please see License File for more information.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4