Skip to content

Commit 74380e6

Browse files
committed
Ignore Mermaid styling when purging CSS
Signed-off-by: Nic Cope <[email protected]>
1 parent 9adb066 commit 74380e6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

themes/geekboot/assets/scss/docs.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,7 @@
5050
/* purgecss end ignore */
5151
@import "skippy";
5252
@import "fonts";
53-
@import "mermaid";
53+
// TODO(negz): Does import order matter? Can this go in the existing ignore block above?
54+
/* purgecss start ignore */
55+
@import "mermaid";
56+
/* purgecss end ignore */

0 commit comments

Comments
 (0)