UNPKG
spur-tailwind
Version:
latest (0.0.1)
1.0.0
0.0.1
Spur web UI
spur-tailwind
/
css
/
base
/
page.css
18 lines
(14 loc)
•
190 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
body
{
@apply
text-spur-black; }
button
:hover
:not
([disabled]) {
@apply
cursor-pointer; }
button
:hover
,
button
:focus
,
button
:active
{
outline
: none; }
[v-cloak]
{
display
: none; }