File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
6
+ ## [ 3.1.1] ( https://github.com/postcss-modules-local-by-default/compare/v3.1.0...v3.1.1 ) - 2024-01-18
7
+
8
+ ### Fixes
9
+
10
+ - handle ` @scope ` at-rule
11
+ - fix CSS nesting logic
12
+
6
13
## [ 3.1.0] ( https://github.com/postcss-modules-local-by-default/compare/v3.0.0...v3.1.0 ) - 2023-12-21
7
14
8
15
### Fixes
9
16
10
17
- scoped class attribute
11
18
12
- ### Feature
19
+ ### Features
13
20
14
21
- pass a node to the ` generateExportEntry ` option
15
22
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss-modules-scope" ,
3
- "version" : " 3.1.0 " ,
3
+ "version" : " 3.1.1 " ,
4
4
"description" : " A CSS Modules transform to extract export statements from local-scope classes" ,
5
5
"main" : " src/index.js" ,
6
6
"engines" : {
You can’t perform that action at this time.
0 commit comments