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 c370136 commit 615b2ebCopy full SHA for 615b2eb
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 11.0.0
5
+* Replaced `fast-glob` to `tinyglobby` to reduce dependencies (by @ziebam).
6
+* Moved to case-insensitive `mixinsFiles` (by @ziebam).
7
+
8
## 10.0.1
9
* Fixed `.cjs` mixin support (by @pridyok).
10
* Fixed `.mjs` mixin support.
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-mixins",
- "version": "10.0.1",
+ "version": "11.0.0",
"description": "PostCSS plugin for mixins",
"keywords": [
"postcss",
0 commit comments