Ignore Mermaid styling when purging CSS

Signed-off-by: Nic Cope <nicc@rk0n.org>
This commit is contained in:
Nic Cope 2025-03-27 14:38:57 -07:00
parent 9adb066cf2
commit 74380e6283
1 changed files with 4 additions and 1 deletions

View File

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