Merge pull request #899 from negz/the-purge

Ignore Mermaid styling when purging CSS
This commit is contained in:
Nic Cope 2025-03-27 14:42:44 -07:00 committed by GitHub
commit 4fcbeb86e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -50,4 +50,7 @@
/* purgecss end ignore */
@import "skippy";
@import "fonts";
@import "mermaid";
// TODO(negz): Does import order matter? Can this go in the existing ignore block above?
/* purgecss start ignore */
@import "mermaid";
/* purgecss end ignore */