0.5.8 • Published 9 months ago

@react5/bundle-sass v0.5.8

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months 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

9 months ago

0.5.7

9 months ago

0.5.6

9 months ago

0.5.4

9 months ago

0.5.3

9 months ago

0.5.2

9 months ago