mirror of https://github.com/crossplane/docs.git
Ignore Mermaid styling when purging CSS
Signed-off-by: Nic Cope <nicc@rk0n.org>
This commit is contained in:
parent
9adb066cf2
commit
74380e6283
|
@ -50,4 +50,7 @@
|
||||||
/* purgecss end ignore */
|
/* purgecss end ignore */
|
||||||
@import "skippy";
|
@import "skippy";
|
||||||
@import "fonts";
|
@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 */
|
||||||
|
|
Loading…
Reference in New Issue