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 8365f77 commit 59cc288Copy full SHA for 59cc288
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.1.1] - 2019-03-05
6
+### Fixed
7
+- add additional space after the escape sequence (#17)
8
+
9
## [2.1.0] - 2019-03-05
10
### Fixed
11
- handles properly selector with escaping characters (like: `.\31 a2b3c { color: red }`)
package.json
@@ -1,6 +1,6 @@
1
{
"name": "postcss-modules-scope",
- "version": "2.1.0",
+ "version": "2.1.1",
"description": "A CSS Modules transform to extract export statements from local-scope classes",
"main": "src/index.js",
"engines": {
0 commit comments