We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ecc5d6 commit fd4ffceCopy full SHA for fd4ffce
CHANGELOG.md
@@ -2,6 +2,9 @@
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.2.0] - 2020-03-19
6
+- added the `exportGlobals` option to export global classes and ids
7
+
8
## [2.1.1] - 2019-03-05
9
### Fixed
10
- add additional space after the escape sequence (#17)
package.json
@@ -1,6 +1,6 @@
1
{
"name": "postcss-modules-scope",
- "version": "2.1.1",
+ "version": "2.2.0",
"description": "A CSS Modules transform to extract export statements from local-scope classes",
"main": "src/index.js",
"engines": {
0 commit comments