Skip to content

Commit 4fcbeb8

Browse files
authored
Merge pull request #899 from negz/the-purge
Ignore Mermaid styling when purging CSS
2 parents 9adb066 + 74380e6 commit 4fcbeb8

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)