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 61abb23 commit 77c4990Copy full SHA for 77c4990
1 file changed
README.md
@@ -64,13 +64,13 @@ The plugins supports 3 shadows types. You can try them on [`smoothshadows.com`](
64
65
```css
66
.soft {
67
- box-shadow: --soft-shadow(10px 0 8px oklch(0 0 0 / 10%));
+ box-shadow: --soft-shadow(0 8px 8px oklch(0 0 0 / 10%));
68
}
69
.sharp {
70
- box-shadow: --sharp-shadow(10px 0 8px oklch(0 0 0 / 10%));
+ box-shadow: --sharp-shadow(0 8px 8px oklch(0 0 0 / 10%));
71
72
.linear {
73
- box-shadow: --linear-shadow(10px 0 8px oklch(0 0 0 / 10%));
+ box-shadow: --linear-shadow(0 8px 8px oklch(0 0 0 / 10%));
74
75
```
76
0 commit comments