securityos/node_modules/@csstools/selector-specificity/CHANGELOG.md

26 lines
529 B
Markdown
Raw Normal View History

2024-09-06 15:32:35 +00:00
# Changes to Selector Specificity
### 3.0.3
_March 31, 2024_
- Add support for:
- `:active-view-transition`
- `:active-view-transition-type(foo)`
### 3.0.2
_February 19, 2024_
- Fixed specificity calculation for `:any()` and `:-webkit-any()` pseudo class functions. by @carlosjeurissen
### 3.0.1
_December 15, 2023_
- Add support for:
- `:active-view-transition(*)`
- `:active-view-transition(name)`
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/packages/selector-specificity/CHANGELOG.md)