Skip to content

8.2 “Ad Astra per Aspera”

Compare
Choose a tag to compare
@ai ai released this 21 Mar 23:44
· 600 commits to main since this release
8.2.0

The Great Seal of the State of Kansas

Autoprefixer 8.2 brings color-adjust support.

@YozhikM, @soul-wish, and @yuriyalekseyev did a great work. They added new data to Can I Use and implemented a new feature to Autoprefixer.

body {
    -webkit-print-color-adjust: exact;
            color-adjust: exact;
}