fix: whitelist some css classes for purgecss

This commit is contained in:
Valentin Kaelin 2019-11-23 17:36:32 +01:00
parent 8f19e570b7
commit b59f4bd761

View file

@ -1,3 +1,4 @@
/* purgecss start ignore */
.Win {
background-image: linear-gradient(
90deg,
@ -21,3 +22,4 @@
rgba(44, 82, 130, 0) 45%
);
}
/* purgecss end ignore */