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 b76aca6 commit 2c2a4afCopy full SHA for 2c2a4af
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.1 - 2022-11-30
7
+### Fixed
8
+- Upgraded dependencies.
9
+
10
## 2.1.0 - 2022-11-30
11
### Added
12
- Adds the possibility to define layer parameters to the import rule, thanks to @argyleink. See issue #3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "postcss-import-ext-glob",
- "version": "2.1.0",
+ "version": "2.1.1",
"description": "A PostCSS plugin to extend postcss-import path resolver to allow glob usage as path",
"license": "MIT",
"main": "index.js",
0 commit comments