Bitters Versions Save

Add a dash of pre-defined style to your Bourbon.

v1.3.2

7 years ago

Added

  • Added ::placeholder styles for forms.

Fixed

  • Fixed file permissions on the core Sass files.

Changed

  • Update Bourbon dependency to 5.0.0.beta.6.

Full change log

v1.4.0

7 years ago

Added

  • Added text-align: center; to buttons.
  • Added width: 100%; to select elements.
  • Added appearance: none; to text inputs.
  • Added height: 100%; to html and body elements.

Changed

  • Changed the text color for ::placeholder styles to be based on $base-font-color instead of using $medium-gray.

Removed

  • Removed select[multiple] selector.

Full change log

v1.3.0

8 years ago

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

v1.2.0

8 years ago

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

v1.1.0

8 years ago

New features

  • Bitters now contains an example site for local development! You can use gulp to spin up an example site to help preview your changes.
  • Bitters is now compatible with Bourbon v5.0

Improvements

  • Contributing guidelines have been augmented and clarified
  • Simplify spacing variables in form elements
  • Use Bourbon’s tint and shade functions for color adjustments
  • Add code of conduct to contributing guide
  • Add variable for duration and timing
  • Add SCSS Lint

If you have comments or come across a bug, please open an issue here on GitHub.

v1.0.0

9 years ago