Remove color-mix() from packaged CSS via build-time transformation by Copilot · Pull Request #2670 · docsifyjs/docsify
Copilot
AI
changed the title
[WIP] Remove color-mix from CSS for compatibility
Remove color-mix() from packaged CSS for browser compatibility
- Revert source CSS files to use color-mix() functions - Create custom PostCSS plugin to replace color-mix at build time - Plugin transforms color-mix with CSS variables to pre-computed hex values - Source files remain clean and maintainable with color-mix - Build output contains no color-mix functions for compatibility Co-authored-by: sy-records <33931153+sy-records@users.noreply.github.com>
Copilot
AI
changed the title
Remove color-mix() from packaged CSS for browser compatibility
Remove color-mix() from packaged CSS via build-time transformation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters