mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
20 lines
No EOL
286 B
SCSS
20 lines
No EOL
286 B
SCSS
@media print {
|
|
a {
|
|
@include plain() {
|
|
text-decoration: underline;
|
|
}
|
|
@include hover() {
|
|
text-decoration: underline;
|
|
}
|
|
@include active() {
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
|
|
img,
|
|
tr,
|
|
pre,
|
|
blockquote {
|
|
page-break-inside: avoid;
|
|
}
|
|
} |