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 1f23229 commit 0b907d1Copy full SHA for 0b907d1
1 file changed
test/demo/index.html
@@ -21,9 +21,11 @@
21
box-sizing: border-box;
22
padding: 1rem 1rem;
23
margin: 2.5rem 1rem;
24
+ color: oklch(0.5 0.16 142);
25
26
&.is-native {
- box-shadow: 0 32px 24px oklch(0 0 0 / 15%);
27
+ box-shadow: 0 18px 24px oklch(0 0 0 / 40%);
28
+ color: oklch(0.5 0.2 20);
29
}
30
31
&.is-1 {
@@ -55,7 +57,7 @@
55
57
<body>
56
58
<pre class="example is-native">
59
-0 32px 24px oklch(0 0 0 / 15%)
60
+0 18px 24px oklch(0 0 0 / 40%)
61
</pre>
62
<pre class="example is-1">
63
--soft-shadow(
0 commit comments