Bitters Versions Save

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

v2.0.4

4 years ago

Changed

  • Updated Bundler, Thor, Sass dependencies.

Removed

  • Removed duplication of normalize.css body styles.

v2.0.3

4 years ago

Fixed

  • Make button text accessible

Removed

  • Remove Bourbon modular-scale function

v2.0.2

4 years ago

Removed

  • Removed sass runtime dependency

v2.0.1

4 years ago

Fixed

  • Removed the bourbon runtime dependency

v2.0.0

4 years ago

Bitters v2.0.0 Mono transforms the code base in a number of ways. First of all, it removes bourbon as a dependency. It also moves much of the Sass variables and transitions them to CSS variables.

v1.8.0

6 years ago

Added

  • Added $_form-background-color for setting the background-color of text inputs. (#296)

Changed

  • Form text inputs now use $_form-background-color instead of $base-background-color as their background-color. (#296)
  • $base-background-color is now $viewport-background-color and is used to set the background-color of the html element. (#296)
  • Updated Bourbon dependency from 5.0.0.beta.7 to 5.0. (#299)

Removed

  • $secondary-background-color has been removed (it was not used for setting any values. (#296)

v1.7.0

6 years ago

Changed

  • table styles have been improved with left text-alignment throughout the whole table, bottom vertical-alignment within the thead, top vertical-alignment within the tbody, right padding within each cell and borders being set on the trs. (#288)
  • The value of $base-spacing is no longer derived from $base-line-height. (#292)
  • The color of button text is now set using Bourbon's contrast-switch function, to automatically ensure sufficient contrast against the button's background color. (#294)

Removed

  • Remove unused $medium-screen and $large-screen breakpoint variables. (#285)

v1.6.0

6 years ago

Added

  • Set margin to 0 on the body element. (#280)
  • Global variables for the styling of focus outlines. (#284)

Changed

  • Component/feature-specific variables have been moved into their respective partials, rather than in the global variables partial. They have also been prefixed with an underscore to indicate they are "private" to that partial. (#275)
  • Base typography is now styled off of the html element, instead of the body element. (#279)
  • a elements no longer have text-decoration set to none. They also now have text-decoration-skip set to ink. (#283)
  • The visual style of outlines on focused elements (a, $all-buttons, [type="checkbox"], [type="radio"], [type="file"], select) is now solid and offset from the element. (#284)

Removed

  • Removed $base-font-size in favor of more specific implimentations specific to the particular object being modified. (#272)

v1.5.0

7 years ago

Changed

  • Updated Bourbon dependency to 5.0.0.beta.7.

v1.3.1

7 years ago

Fixed

  • Fixed an issue with the Bitters executable which broke using the Bitters CLI to install the Bitters files.

Changed

  • Update Bourbon dependency to 5.0.0.beta.3.

Full change log