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 4b765b1 commit 446dd71Copy full SHA for 446dd71
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
+## [3.0.2] - 2019-06-05
6
+### Fixed
7
+- better handle invalid syntax
8
+
9
## [3.0.1] - 2019-05-16
10
### Fixed
11
- adds safety check before accessing "rule parent"
package.json
@@ -1,6 +1,6 @@
1
{
"name": "postcss-modules-local-by-default",
- "version": "3.0.1",
+ "version": "3.0.2",
"description": "A CSS Modules transform to make local scope the default",
"main": "index.js",
"engines": {
0 commit comments