Remove color-mix() from packaged CSS via build-time transformation by Copilot · Pull Request #2670 · docsifyjs/docsify

@sy-records

Co-authored-by: sy-records <33931153+sy-records@users.noreply.github.com>

@sy-records

Co-authored-by: sy-records <33931153+sy-records@users.noreply.github.com>

@sy-records

Co-authored-by: sy-records <33931153+sy-records@users.noreply.github.com>

Copilot AI changed the title [WIP] Remove color-mix from CSS for compatibility Remove color-mix() from packaged CSS for browser compatibility

Jan 20, 2026

@sy-records

- 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>

@sy-records

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

Jan 20, 2026