deno.land / x / lume@v2.1.4 / tests / assets / unocss / styles.css

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* https://unocss.dev/transformers/directives#usage */.custom-div { @apply text-center my-0 font-medium; --at-apply: "hover:text-red";}
.grid { --uno: grid grid-cols-2;}
@screen sm { .grid { --uno: grid-cols-3; }}
.btn-blue { background-color: theme("colors.blue.500");}
/* https://unocss.dev/transformers/variant-group#usage */.variant-group { @apply hover:(bg-gray-400 font-medium) font-(light mono);}
lume

Version Info

Tagged at
7 months ago