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 71d05e1 commit fb15741Copy full SHA for fb15741
CHANGELOG.md
@@ -3,6 +3,10 @@
3
This project adheres to
4
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
6
+## 2.1.0 - 2022-11-30
7
+### Added
8
+- Adds the possibility to define layer parameters to the import rule, thanks to @argyleink. See issue #3
9
+
10
## 2.0.1 - 2021-01-31
11
### Fixed
12
- Fixed an issue with glob path when running on Windows.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "postcss-import-ext-glob",
- "version": "2.0.1",
+ "version": "2.1.0",
"description": "A PostCSS plugin to extend postcss-import path resolver to allow glob usage as path",
"license": "MIT",
"main": "index.js",
0 commit comments