mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
fix: whitelist css transitions from purgecss
This commit is contained in:
parent
0c90d1426c
commit
a02ac32a12
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* purgecss start ignore */
|
||||||
.transition-all {
|
.transition-all {
|
||||||
transition-property: all;
|
transition-property: all;
|
||||||
}
|
}
|
||||||
|
|
@ -52,3 +53,4 @@
|
||||||
transform: translateX(400px);
|
transform: translateX(400px);
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
/* purgecss end ignore */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue