lesshint compliance

pull/1/head
yflory 6 years ago
parent 64b51f3a80
commit 2b1ed904f7

@ -40,7 +40,7 @@
"depthLevel": {
"depth": 1 // TODO(cjd) This is obviously not triggering, even with 1
},
"duplicateProperty": { "enabled": true },
"duplicateProperty": { "enabled": false },
"emptyRule": { "enabled": true },
"hexValidation": { "enabled": true }, // disallow actual garbage color hex codes (e.g. #ab)
"propertyUnits": {

@ -152,7 +152,6 @@
}
}
.cp-radio-mark {
margin-right: 10px;
position: relative;

@ -8,4 +8,5 @@
src: url("/customize/fonts/neuropolitical.ttf");
}
@import (once) '/customize/fonts/open-sans.less';
@import (once) '/customize/fonts/open-sans.less';

@ -68,4 +68,5 @@
& {
body.cp-readonly .cp-hidden-if-readonly { display: none !important; }
}
}

@ -55,4 +55,5 @@
ul, ol, p { margin: 0; }
}
}
}
}

@ -219,4 +219,5 @@ body {
font-size: 1.2em;
color: #1E1F1F;
}
}
}

@ -114,4 +114,5 @@
.cp-margin-bot {
margin-bottom: 1.5em;
}
}
}

@ -82,4 +82,5 @@
}
margin-bottom: 1.5rem;
}
}
}

@ -67,4 +67,5 @@
padding-top: 3em;
min-height: 66vh;
}
}
}

@ -138,4 +138,5 @@
#cp-main {
background: #fff;
}
}
}

@ -4,3 +4,4 @@
&.cp-page-terms {
.infopages_main();
}

Loading…
Cancel
Save