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 0e81e1d commit 9d158aeCopy full SHA for 9d158ae
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 0.3.1
5
+* Fixed `exports` in `package.json`.
6
+* Fix processing of CSS Custom Properties without `shadow` in name.
7
+
8
## 0.3.0
9
* Added limit to layout number.
10
* Use only 3 digits instead of 4 for smaller CSS.
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-smooth-shadow",
- "version": "0.3.0",
+ "version": "0.3.1",
"description": "PostCSS plugin to generate more realistic shadows",
"type": "module",
"keywords": [
0 commit comments