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 e0dff28 commit 65e6f50Copy full SHA for 65e6f50
1 file changed
README.md
@@ -7,11 +7,18 @@
7
[PostCSS] plugin
8
9
```css
10
-
+.card {
11
+ box-shadow: --smooth-shadow(#000, 10px, 2);
12
+}
13
```
14
15
16
17
+ box-shadow:
18
+ 0 calc(10px / 2) calc(10px / 2 * 2) oklch(from #000 l c h / 0.25),
19
+ 0 calc(10px / 2 * 2) calc(10px / 2 * 3) oklch(from #000 l c h / 0.18),
20
+ 0 calc(10px / 2 * 3) calc(10px / 2 * 4) oklch(from #000 l c h / 0.12);
21
22
23
24
[postcss-utilities] collection is better for `clearfix` and other popular hacks.
0 commit comments