mirror of
https://github.com/placeAtlas/atlas.git
synced 2025-01-04 00:03:42 +01:00
Add purgecss ignore for the whole CSS instead
This commit is contained in:
parent
a7793a24ec
commit
74f9f46e89
1 changed files with 5 additions and 5 deletions
|
@ -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 */
|
Loading…
Reference in a new issue