We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d82c4fa commit 4fa692eCopy full SHA for 4fa692e
CHANGELOG.md
@@ -0,0 +1,9 @@
1
+# Change Log
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.1.0] - 2019-03-05
6
+### Fixed
7
+- handles properly selector with escaping characters (like: `.\31 a2b3c { color: red }`)
8
+### Feature
9
+- `generateExportEntry` option (allow to setup key and value for `:export {}` rule)
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-modules-scope",
- "version": "2.0.1",
+ "version": "2.1.0",
"description": "A CSS Modules transform to extract export statements from local-scope classes",
"main": "src/index.js",
"engines": {
0 commit comments