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 e66cb3c commit 8e9514cCopy full SHA for 8e9514c
CHANGELOG.md
@@ -2,6 +2,10 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## [2.0.3] - 2018-12-21
6
+### Fixed
7
+- Don't modify inappropriate animation keywords
8
+
9
## [2.0.2] - 2018-12-05
10
### Fixed
11
- Don't break unicode characters.
package.json
@@ -1,6 +1,6 @@
1
{
"name": "postcss-modules-local-by-default",
- "version": "2.0.2",
+ "version": "2.0.3",
"description": "A CSS Modules transform to make local scope the default",
"main": "src/index.js",
"engines": {
0 commit comments