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
/
print.css
8 lines
(7 loc)
•
101 B
CSS
View Raw
1
2
3
4
5
6
7
8
@media
print {
:root
{
--c-txt
:
#000
;
--c-bg
:
#fff
;
print-color-adjust
: economy; } }