Skip to content

Commit 77c4990

Browse files
committed
Fix another example
1 parent 61abb23 commit 77c4990

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ The plugins supports 3 shadows types. You can try them on [`smoothshadows.com`](
6464

6565
```css
6666
.soft {
67-
box-shadow: --soft-shadow(10px 0 8px oklch(0 0 0 / 10%));
67+
box-shadow: --soft-shadow(0 8px 8px oklch(0 0 0 / 10%));
6868
}
6969
.sharp {
70-
box-shadow: --sharp-shadow(10px 0 8px oklch(0 0 0 / 10%));
70+
box-shadow: --sharp-shadow(0 8px 8px oklch(0 0 0 / 10%));
7171
}
7272
.linear {
73-
box-shadow: --linear-shadow(10px 0 8px oklch(0 0 0 / 10%));
73+
box-shadow: --linear-shadow(0 8px 8px oklch(0 0 0 / 10%));
7474
}
7575
```
7676

0 commit comments

Comments
 (0)