postcss-theme
postcss-theme copied to clipboard
PostCSS plugin to enable versatile theming.
Hi, It's would be cool if this module to be compatible with cssnext, but how to use variable from :root{} or @custom-media. It's seem to be possible with [postcss-modules-values](https://github.com/css-modules/postcss-modules-values).
Wouldn't it make sense to simply allow something like `@import theme(colors)`? We rely on `postcss-css-variables` and we don't need `postcss-modules-values`, so we'd simply like this plugin to inject the correct...
To make it easy to quickly try postcss-theme there should be some minimal working sample for reference.
first of all: i love this approach to theming! so lets say i have a theme folder `default` in my module containing `colors.css` and `components.css` . i want to use...
Is there a way to update which theme should be used at application runtime?