0.1.0 • Published 4 years ago

sass-unique-classes-rollup-plugin v0.1.0

Weekly downloads
14
License
ISC
Repository
github
Last release
4 years ago

sass-unique-classes-rollup-plugin

This plugin is entirely focused on doing exactly three things:

  • compiles .s(c|a)ss) imports
  • create unique class names
  • run postcss plugins

it will always export an object with two properties:

raw the compiled, transformed, minimized source map object where keys are original classNames, values the unique ids

options

generateUniqueName

Function to manipulate css classes after compilation for unique css-module-alike name mapping.

prependData

String, pre-pended to every scss file compiled

postcssPlugins

Array, array of plugins to be passed to postcss

0.1.0

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago