We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8c3ee9 commit ef877d0Copy full SHA for ef877d0
CHANGELOG.md
@@ -3,6 +3,12 @@
3
All notable changes to this project will be documented in this file.
4
This project adheres to [Semantic Versioning](http://semver.org/).
5
6
+## [3.1.2](https://github.com/postcss-modules-local-by-default/compare/v3.1.1...v3.1.2) - 2024-04-03
7
+
8
+### Fixes
9
10
+- export a root and limit from the `@scope` at-rule
11
12
## [3.1.1](https://github.com/postcss-modules-local-by-default/compare/v3.1.0...v3.1.1) - 2024-01-18
13
14
### Fixes
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "postcss-modules-scope",
- "version": "3.1.1",
+ "version": "3.1.2",
"description": "A CSS Modules transform to extract export statements from local-scope classes",
"main": "src/index.js",
"engines": {
0 commit comments