UNPKG

rollup-plugin-react-scoped-css

Version:

A rollup plugin designed to allow scoped css to be run in react (Compatible with vite and rollup)

9 lines (8 loc) 367 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ParserImplementations = void 0; var ParserImplementations; (function (ParserImplementations) { ParserImplementations["modern"] = "modern"; ParserImplementations["legacy"] = "legacy"; })(ParserImplementations || (exports.ParserImplementations = ParserImplementations = {}));