postcss-german-stylesheets icon indicating copy to clipboard operation
postcss-german-stylesheets copied to clipboard

:de: PostCSS plugin for writing German Style Sheets

Results 4 postcss-german-stylesheets issues
Sort by recently updated
recently updated
newest added

The generated index.js includes the contents of the `properties` and `values`, but still requires the local `'./properties'` and `'./values'` files, which are not included in the build or npm package,...

bug

Used word boundary matching for css values to respect the new test cases, added further translations and generated docs.

There is [postcss/postcss-selector-matches](https://github.com/postcss/postcss-selector-matches/blob/master/src/) that acts on `:matches()` selectors. It's much too sophisticated for what is needed here, but might be a good starting point. It might be a bit tricky...

enhancement
help wanted