We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 901d986 commit 7f06bbbCopy full SHA for 7f06bbb
CHANGELOG.md
@@ -3,6 +3,12 @@
3
All notable changes to this project will be documented in this file.
4
This project adheres to [Semantic Versioning](http://semver.org/).
5
6
+## [4.0.3](https://github.com/postcss-modules-local-by-default/compare/v4.0.2...v4.0.3) - 2023-05-23
7
+
8
+### Fixes
9
10
+- fix: do not localize `animation-name` property with var and env functions
11
12
## [4.0.2](https://github.com/postcss-modules-local-by-default/compare/v4.0.1...v4.0.2) - 2023-05-23
13
14
### Fixes
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "postcss-modules-local-by-default",
- "version": "4.0.2",
+ "version": "4.0.3",
"description": "A CSS Modules transform to make local scope the default",
"main": "src/index.js",
"author": "Mark Dalgleish",
0 commit comments