0.1.6 • Published 6 years ago

rollup-root-css v0.1.6

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

rollup-root-css

Transform using transform-root-css, the rules of a css document to template functions.

import rootcss from "rollup-root-css";
import autoprefixer from "autoprefixer";

export default {
    input: "src/index.js",
    output: [{ file: "dist/bundle.js", format: "iife", sourcemap: true }],
    watch: {
        exclude: "node_modules/**"
    },
    plugins: [
        rootcss({
            extensions : [".root.css"], // default  [".root.css"]
            plugins : [autoprefixer] // default []
        })
    ]
};
0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.0

6 years ago