Stylesheet Order and Importants
-
What’s with all the !importants in your stylesheets … it’s hard to style things when your importanting all the things and your style sheets are being loaded after our themes custom styling. Can i at least control when your style sheets are imported or maybe turn your styles off completely?
For example:
st-defaults.scss:/* ———————————
RADIO & CHECKBOX LISTS
———————————-*/.list-radio-wrap,
.list-checkbox-wrap {
.nf-field-element {
ul, li {
list-style: none !important;
margin: 0 !important;
padding: 0 !important;
input {
margin-right: 5px;
}
…
- The topic ‘Stylesheet Order and Importants’ is closed to new replies.