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 71bf3d2 commit 4ad31c3Copy full SHA for 4ad31c3
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 0.2.0
5
+* Made smooth shadows closer by darkness to non-smooth variant.
6
+* Made more readable output.
7
+
8
## 0.1.0
9
* Initial release.
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-smooth-shadow",
- "version": "0.1.0",
+ "version": "0.2.0",
"description": "PostCSS plugin to generate more realistic shadows",
"type": "module",
"keywords": [
0 commit comments