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;

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

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

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

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

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

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

Loading…
Cancel
Save