Skip to content

v1.2.0 - Mister Bitters

Compare
Choose a tag to compare
@tysongach tysongach released this 05 Jan 15:25
· 174 commits to master since this release

Improvements

  • Darkened the default $blue color variable to improve contrast
  • Updated fieldset styling
    • Remove background-color, border, margin and padding from fieldset
    • Add legend styles to reflect updated fieldset styling
  • Broke out some overly-DRY selector blocks to allow for more individual control on label elements

Bug fixes

  • Fixed the selector syntax for select with the multiple attribute

Deprecations

  • Removed font-feature-settings
  • Removed default list placeholders (%default-ul & %default-ol)
  • Removed the insertion of an asterisk for label with a required class
  • Removed non-display of abbr elements inside label
  • Removed sibling label styles from checkbox and radio inputs
  • Removed qualifying elements from input selectors

Maintenance

  • Updated SCSS-Lint configuration
  • Contributing example page improvements and HTML validation