Skip to content
Snippets Groups Projects

Fix stylelint issues.

Merged Stephen Lucero requested to merge stylelint-cleanup into 9.1.x
4 files
+ 134
132
Compare changes
  • Side-by-side
  • Inline
Files
4
#drupal-off-canvas [data-theme=cygnet] label {
color: inherit;
font-family: RedHatText, Helvetica, Arial, sans-serif;
font-size: inherit;
font-weight: inherit;
line-height: inherit;
font-family: 'RedHatText', Helvetica, Arial, sans-serif;
}
#drupal-off-canvas [data-theme=cygnet] button {
font-family: 'RedHatText', Helvetica, Arial, sans-serif;
font-family: RedHatText, Helvetica, Arial, sans-serif;
}
/* Updates display and margin of OL and UL within editor area to ensure
Loading