fix: whitelist css transitions from purgecss

This commit is contained in:
Valentin Kaelin 2019-10-29 20:43:23 +01:00
parent 0c90d1426c
commit a02ac32a12

View file

@ -1,3 +1,4 @@
/* purgecss start ignore */
.transition-all {
transition-property: all;
}
@ -52,3 +53,4 @@
transform: translateX(400px);
opacity: 0;
}
/* purgecss end ignore */