postcss-themed icon indicating copy to clipboard operation
postcss-themed copied to clipboard

A PostCSS plugin for generating themes.

Results 35 postcss-themed issues
Sort by recently updated
recently updated
newest added

Themes aren't resolved when importing a file with @theme usage

bug

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.1 to 4.7.6. Changelog Sourced from handlebars's changelog. v4.7.6 - April 3rd, 2020 Chore/Housekeeping: #1672 - Switch cmd parser to latest minimist (@dougwilson Compatibility notes: Restored Node.js...

dependencies

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...

dependencies

# What Changed Upgraded version of postcss to 8.0.0 # Why It's the latest version and gives improved performance Todo: - [ ] Add tests - [ ] Add docs...

major
hacktoberfest

PostCSS recently released [v8](https://github.com/postcss/postcss/releases/tag/8.0.0) which updates the API for plugins. I'd like to get this plugin compatible, and if possible support both the old and new format.

enhancement
hacktoberfest

… to as an example Making a start on https://github.com/intuit/postcss-themed/issues/22 - not ready for review yet # What Changed Example project was added to a new folder `examples/modern` # Why...

hacktoberfest

This package supports [modules](https://github.com/intuit/postcss-themed#modules), basically a way to create unique names for the CSS variables created by this plugin. This makes sure that if you have two versions of a...

enhancement
hacktoberfest

Nearly identical to https://github.com/intuit/postcss-themed/issues/22 - you could do both! One area where this project struggles with documentation is useful examples. We document bits and pieces of the PostCSS configuration required...

enhancement
hacktoberfest

One area where this project struggles with documentation is useful examples. We document bits and pieces of the PostCSS configuration required to use this project, but it doesn't really give...

enhancement
hacktoberfest

When we started this project we had to support IE11 which influenced what is now the "legacy" implementation of theme generation. When we dropped IE support we switched to the...

enhancement
hacktoberfest