Skip to content

Commit a6d75cd

Browse files
committed
@csstools/selector-specificity v3.1.0
1 parent 22a6ef7 commit a6d75cd

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/selector-specificity/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changes to Selector Specificity
22

3-
### Unreleased (minor)
3+
### 3.1.0
4+
5+
_May 11, 2024_
46

57
- Add an option to `selectorSpecificity` and `specificityOfMostSpecificListItem` to customize the calculation
68
- Add `specificityOfMostSpecificListItem` as an exported function

packages/selector-specificity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/selector-specificity",
33
"description": "Determine selector specificity with postcss-selector-parser",
4-
"version": "3.0.3",
4+
"version": "3.1.0",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",

0 commit comments

Comments
 (0)