Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
bitters has been updated to 1.7.0 by dependencies.io
1.7.0
Changed
table
styles have been improved with left text-alignment throughout thewhole table, bottom vertical-alignment within the
thead
, topvertical-alignment within the
tbody
, right padding within each cell andborders being set on the
tr
s. (#288)$base-spacing
is no longer derived from$base-line-height
.(#292)
contrast-switch
function, to automatically ensuresufficient contrast against the button's background color. (#294)
Removed
$medium-screen
and$large-screen
breakpointvariables. (#285)
1.6.0
Added
margin
to0
on thebody
element. (#280)Changed
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)
html
element, instead of thebody
element. (#279)
a
elements no longer havetext-decoration
set tonone
. They also nowhave
text-decoration-skip
set toink
. (#283)a
,$all-buttons
,[type="checkbox"]
,[type="radio"]
,[type="file"]
,select
) is now solidand offset from the element. (#284)
Removed
$base-font-size
in favor of more specific implimentations specificto the particular object being modified. (#272)
1.5.0
Changed
5.0.0.beta.7
.1.4.0
Added
text-align: center;
to buttons.width: 100%;
toselect
elements.appearance: none;
to text inputs.height: 100%;
tohtml
andbody
elements.Changed
::placeholder
styles to be based on$base-font-color
instead of using$medium-gray
.Removed
select[multiple]
selector.Full change log
1.3.2
Added
::placeholder
styles for forms.Fixed
Changed
Full change log
1.3.1
Fixed
to install the Bitters files.
Changed
Full change log
1.3.0
Added
margin: 0;
todl
anddt
elements in_lists.scss
.box-sizing
toborder-box
.figure
styles, settingmargin: 0;
.Changed
app/assets/stylesheets/
directory toa
core/
directory.dt
anddd
elements outside thedl
declarationin
_lists.scss
.$base-font-family
from Helvetica to system fonts.img
andpicture
styles to a_media.scss
partial.margin-bottom
onselect
elements from$base-spacing
to$small-spacing
.Removed
variables:
$medium-screen-up
$large-screen-up
$column
$gutter
$grid-columns
$max-width
Full change log