0.5.8 • Published 1 year ago

@react5/bundle-sass v0.5.8

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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';"]
    }
  ...
]
0.5.8

1 year ago

0.5.7

1 year ago

0.5.6

1 year ago

0.5.4

1 year ago

0.5.3

1 year ago

0.5.2

1 year ago