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 87874e1 commit dcbde52Copy full SHA for dcbde52
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 10.0.1
5
+* Fixed `.cjs` mixin support (by @pridyok).
6
+* Fixed `.mjs` mixin support.
7
+
8
## 10.0.0
9
* Added `single-arg()` support (by @pciarach).
10
* Removed Node.js 16 and 14 support.
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-mixins",
- "version": "10.0.0",
+ "version": "10.0.1",
"description": "PostCSS plugin for mixins",
"keywords": [
"postcss",
0 commit comments