mirror of
https://github.com/placeAtlas/atlas.git
synced 2025-01-22 00:40:24 +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 {
|
/* @font-face {
|
||||||
DejaVuSans-ExtraLight 2.37 - https://dejavu-fonts.github.io/
|
DejaVuSans-ExtraLight 2.37 - https://dejavu-fonts.github.io/
|
||||||
font-family: 'dejavu';
|
font-family: 'dejavu';
|
||||||
|
@ -33,15 +35,11 @@ svg.icon {
|
||||||
vertical-align: -.125em;
|
vertical-align: -.125em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* purgecss start ignore */
|
|
||||||
|
|
||||||
body[data-mode] {
|
body[data-mode] {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: #111;
|
background-color: #111;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* purgecss end ignore */
|
|
||||||
|
|
||||||
#wrapper {
|
#wrapper {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
@ -426,3 +424,5 @@ body:not([data-dev]) .show-only-on-dev {
|
||||||
width: 2rem;
|
width: 2rem;
|
||||||
vertical-align: -0.5rem;
|
vertical-align: -0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* purgecss end ignore */
|
Loading…
Add table
Reference in a new issue