svelte-themer icon indicating copy to clipboard operation
svelte-themer copied to clipboard

A theming engine for your Svelte apps using CSS Variables, persisted.

Results 2 svelte-themer issues
Sort by recently updated
recently updated
newest added

## Description Add a preprocessor (ref #32) to generate CSS file for external consumption or preprocess into the `ThemeWrapper` style block (with global styles), negating the need for the current...

type/feature

This could be done with a wrapping element that does not affect the dom's structure beyond css. A mix of setProperty() and removeProperty() could be used to handle the theme...

type/feature