Skip to content

A rollup plugin to bundle sass, scss, css files and apply postcss processing.

License

Notifications You must be signed in to change notification settings

react5com/bundle-sass

Repository files navigation

bundle-sass

A rollup plugin to bundle Sass, SCSS, and CSS files and apply PostCSS processing.

Usage in Rollup

plugins: [
  ...
  bundleSass({
    copyFonts: true,
    postfixOptions: {
      plugins: [
        autoprefixer(), 
        production && cssnano()],
      use: ["@use 'sass:color';"]
    }
  ...
]

About

A rollup plugin to bundle sass, scss, css files and apply postcss processing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published