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 3ea0e02 commit b017eb8Copy full SHA for b017eb8
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 0.3.0
5
+* Added limit to layout number.
6
+* Use only 3 digits instead of 4 for smaller CSS.
7
+
8
## 0.2.0
9
* Made smooth shadows closer by darkness to non-smooth variant.
10
* Made more readable output.
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-smooth-shadow",
- "version": "0.2.0",
+ "version": "0.3.0",
"description": "PostCSS plugin to generate more realistic shadows",
"type": "module",
"keywords": [
0 commit comments