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 91fe90f commit b9d86afCopy full SHA for b9d86af
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 11.0.3
5
+* Fixed `node_modules` support in `mixinsFiles` (by @SuperchupuDev).
6
+
7
## 11.0.2
8
* Fixed glob pattern performance (by @SuperchupuDev).
9
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-mixins",
- "version": "11.0.2",
+ "version": "11.0.3",
"description": "PostCSS plugin for mixins",
"keywords": [
"postcss",
0 commit comments