Css-variable Packages

css-map-variable

```javascript import CssTheme from 'css-map-variable' const map = new Map([ ['color', 'red'] ]) const cssTheme = new CssTheme( map, document.styleSheets[0], true, '--' )//map, styleSheets[0], Whether to add a prefix or not, prefix

1.0.1 • Published 3 years ago