We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0f5c43 + 46f80ec commit afd9922Copy full SHA for afd9922
CHANGELOG.md
@@ -5,6 +5,7 @@
5
### Added
6
7
- Test against Node.js 24 ([#413](https://github.com/marp-team/marpit/pull/413))
8
+- Added `print-color-adjust` property to print CSS ([#410](https://github.com/marp-team/marpit/issues/410), [#412](https://github.com/marp-team/marpit/pull/412))
9
10
### Changed
11
src/postcss/printable.js
@@ -45,6 +45,7 @@ export const printable = postcssPlugin(
45
animation-delay: 0s !important;
46
animation-duration: 0s !important;
47
color-adjust: exact !important;
48
+ print-color-adjust: exact !important;
49
transition: none !important;
50
}
51
0 commit comments