Issue #2866823 by harsha012, Mukeysh, joelpittet: Update stylelint rule selector-type-no-unknown to be consistent with Drupal's CSS standards

8.5.x
Alex Pott 2018-01-08 17:06:47 +00:00
parent b8d018e325
commit 60a2dc0be4
4 changed files with 0 additions and 11 deletions

View File

@ -30,7 +30,6 @@
"property-no-unknown": null,
"rule-empty-line-before": null,
"selector-pseudo-element-colon-notation": null,
"selector-type-no-unknown": null,
"shorthand-property-no-redundant-values": null,
"unit-whitelist": ["deg", "em", "ex", "ms", "rem", "%", "s", "px"]
},

View File

@ -125,9 +125,6 @@
font-size: smaller;
line-height: normal;
}
#drupal-off-canvas nobr {
white-space: nowrap;
}
#drupal-off-canvas abbr,
#drupal-off-canvas acronym {
border-bottom: dotted 1px;

View File

@ -121,9 +121,6 @@ sup {
font-size: smaller;
line-height: normal;
}
nobr {
white-space: nowrap;
}
abbr,
acronym {
border-bottom: dotted 1px;
@ -150,7 +147,6 @@ ol {
margin-left: 0;
margin-right: 2em;
}
quote,
code {
margin: .5em 0;
}

View File

@ -125,9 +125,6 @@
font-size: smaller;
line-height: normal;
}
#drupal-off-canvas nobr {
white-space: nowrap;
}
#drupal-off-canvas abbr,
#drupal-off-canvas acronym {
border-bottom: dotted 1px;