UNPKG
@dknight/puff
Version:
latest (0.7.2)
0.7.2
0.7.1
0.7.0
Full-featured, lightweight CSS framework that maintained
github.com/dknight/puff
dknight/puff
@dknight/puff
/
src
/
modules
/
alert.css
10 lines
(8 loc)
•
138 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
.alert
{
border-radius
:
var
(--br);
color
:
var
(--c-bg);
padding
:
calc
(
var
(--s) *
2
); }
.alert
p
:last-of-type
{
margin-block
:
0
; }