mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
fix: whitelist some css classes for purgecss
This commit is contained in:
parent
8f19e570b7
commit
b59f4bd761
1 changed files with 2 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue