lesshint compliance

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

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

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

@ -9,3 +9,4 @@
} }
@import (once) '/customize/fonts/open-sans.less'; @import (once) '/customize/fonts/open-sans.less';

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

@ -220,3 +220,4 @@ body {
color: #1E1F1F; color: #1E1F1F;
} }
} }

@ -115,3 +115,4 @@
margin-bottom: 1.5em; margin-bottom: 1.5em;
} }
} }

@ -83,3 +83,4 @@
margin-bottom: 1.5rem; margin-bottom: 1.5rem;
} }
} }

@ -68,3 +68,4 @@
min-height: 66vh; min-height: 66vh;
} }
} }

@ -139,3 +139,4 @@
background: #fff; background: #fff;
} }
} }

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

Loading…
Cancel
Save