postcss-editor-styles
Version:
Remove your editor-styles from the global scope
21 lines (11 loc) • 531 B
Markdown
# Changes to PostCSS Editor Styles
### 0.5.0 (March 7, 2024)
- Allow using `:where()` pseudo class in options to account for every `:where(*)` selectors.
### 0.4.0 (March 7, 2024)
- Fixed a bug where some tags weren't getting scoped ([#5](https://github.com/m-e-h/postcss-editor-styles/pull/5)) thanks to @animeshk874
### 0.3.0 (October 10, 2019)
- properly handle options as arrays.
- only change the tag if it's at the end.
- add some more editor specific tags to defaults.
### 0.1.0 (October 4, 2018)
- Initial version