{"library":"rollup-plugin-bundle-scss","title":"rollup-plugin-bundle-scss","description":"Rollup plugin that bundles imported .scss files and .vue component styles into a single .scss output file. Version 0.1.3 is the latest stable release, with irregular updates. It relies on scss-bundle for resolution and supports Vue 2 and Vue 3 via rollup-plugin-vue, as well as coexistence with rollup-plugin-postcss via the `exclusive` option. Compared to alternatives like rollup-plugin-scss or rollup-plugin-postcss, this plugin outputs raw SCSS (not compiled CSS) and is specifically designed for library authors who want to distribute themable SCSS sources.","language":"javascript","status":"active","last_verified":"Mon Apr 27","install":{"commands":["npm install rollup-plugin-bundle-scss"],"cli":null},"imports":["import bundleScss from 'rollup-plugin-bundle-scss'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import bundleScss from 'rollup-plugin-bundle-scss';\n\nexport default {\n  input: 'src/index.js',\n  output: {\n    file: 'dist/index.js',\n    format: 'esm'\n  },\n  plugins: [\n    bundleScss({ output: 'bundle.scss' })\n  ]\n};\n","lang":"typescript","description":"Basic Rollup config showing how to use the plugin to bundle SCSS into a single file.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}