Skip to content

Commit e0a2b1f

Browse files
PostCSS Attribute Case Insensitive 6.0.0
1 parent b29ddd7 commit e0a2b1f

File tree

3 files changed

+50
-3
lines changed

3 files changed

+50
-3
lines changed

package-lock.json

+48-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/postcss-attribute-case-insensitive/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changes to PostCSS Attribute Case Insensitive
22

3-
### Unreleased (major)
3+
### 6.0.0 (January 24, 2023)
44

55
- Updated: Support for Node v14+ (major).
66
- Fix: Do not throw when a selector is invalid, show a warning instead.

plugins/postcss-attribute-case-insensitive/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postcss-attribute-case-insensitive",
33
"description": "Enable support for case insensitive attribute matching in selectors",
4-
"version": "5.0.2",
4+
"version": "6.0.0",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",

0 commit comments

Comments
 (0)