We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 389194c commit ec1cb48Copy full SHA for ec1cb48
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.3] - 2020-07-25
6
+### Fixed
7
+- treat `:import` and `:export` statements as pure
8
+
9
## [3.0.2] - 2019-06-05
10
### Fixed
11
- better handle invalid syntax
package.json
@@ -1,6 +1,6 @@
1
{
"name": "postcss-modules-local-by-default",
- "version": "3.0.2",
+ "version": "3.0.3",
"description": "A CSS Modules transform to make local scope the default",
"main": "index.js",
"engines": {
0 commit comments