Skip to content

A postCSS plugin to create themes based on a single css file. -- under development

License

Notifications You must be signed in to change notification settings

st32lthx/css-themer

Repository files navigation

PostCSS Themer Build Status

PostCSS plugin themer reads through the css file and spits out theme files by swaping colors and fonts.

.foo {
	color: amin;
}
.foo {
  color: #000;
}

Usage

postcss([ require('postcss-themer') ])

See PostCSS docs for examples for your environment.

About

A postCSS plugin to create themes based on a single css file. -- under development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published