UNPKG
spur-tailwind
Version:
latest (0.0.1)
1.0.0
0.0.1
Spur web UI
spur-tailwind
/
css
/
components
/
island.css
10 lines
(8 loc)
•
174 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
.island
{
@apply
relative px-
3
pt-
8
bg-background-grey border border-border-line-purple rounded; }
.island-button
{
@apply
absolute;
top
:
0.75rem
;
right
:
0.75rem
; }