File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5+ ## [ 2.0.6] - 2019-03-05
6+ ### Fixed
7+ - handles properly selector with escaping characters (like: ` .\31 a2b3c { color: red } ` )
8+
59## [ 2.0.5] - 2019-02-06
610### Fixed
711- Path to ` index.js `
Original file line number Diff line number Diff line change 11{
22 "name" : " postcss-modules-local-by-default" ,
3- "version" : " 2.0.5 " ,
3+ "version" : " 2.0.6 " ,
44 "description" : " A CSS Modules transform to make local scope the default" ,
55 "main" : " index.js" ,
66 "engines" : {
1919 "url" : " https://github.com/css-modules/postcss-modules-local-by-default.git"
2020 },
2121 "prettier" : {
22- "semi" : true ,
2322 "singleQuote" : true ,
2423 "trailingComma" : " es5"
2524 },
You can’t perform that action at this time.
0 commit comments