Skip to content

v1.3.0 - Regans’ Orange Bitters No. 6

Compare
Choose a tag to compare
@whmii whmii released this 03 Mar 23:32
· 155 commits to main since this release

Added

  • Added margin: 0; to dl and dt elements in _lists.scss.
  • Set global box-sizing to border-box.
  • Added figure styles, setting margin: 0;.

Changed

  • Moved Bitters’ core Sass files from the app/assets/stylesheets/ directory to
    a core/ directory.
  • Un-nested dt and dd elements outside the dl declaration
    in _lists.scss.
  • Consolidated input styles and selectors.
  • Increased the font size on headings.
  • Update Bourbon dependency to 5.0.0.beta.1.
  • Changed $base-font-family from Helvetica to system fonts.
  • Moved img and picture styles to a _media.scss partial.
  • Changed the margin-bottom on select elements from $base-spacing to
    $small-spacing.

Removed

  • Removed grid settings for Neat, which includes removal of the following
    variables:
    • $medium-screen-up
    • $large-screen-up
    • $column
    • $gutter
    • $grid-columns
    • $max-width

Full change log