Add purgecss ignore for the whole CSS instead

This commit is contained in:
Hans5958 2022-04-28 21:41:13 +07:00
parent a7793a24ec
commit 74f9f46e89

View file

@ -13,6 +13,8 @@
========================================================================
*/
/* purgecss start ignore */
/* @font-face {
DejaVuSans-ExtraLight 2.37 - https://dejavu-fonts.github.io/
font-family: 'dejavu';
@ -33,15 +35,11 @@ svg.icon {
vertical-align: -.125em;
}
/* purgecss start ignore */
body[data-mode] {
overflow: hidden;
background-color: #111;
}
/* purgecss end ignore */
#wrapper {
position: fixed;
height: 100%;
@ -425,4 +423,6 @@ .navbar-brand img {
height: 2rem;
width: 2rem;
vertical-align: -0.5rem;
}
}
/* purgecss end ignore */