Releases: conedevelopment/sprucecss
Releases · conedevelopment/sprucecss
v0.7.2
v0.7.1
v0.7.0
Improvements
- Add smaller
line-height
to.form-description
,.field-feedback
and.form-label
. - Update
transition
properties to use new function. - Update
.form-control
’stransition
properties. - Stylelint: enable underscores in class names and placeholders (BEM).
Bugfix
- Fix $font-family-* quotes.
v0.6.0
New features
- Add transition function.
Improvements
- Add scrollbar colors to $colors map.
- Set layout-stack
$width
's default value tofalse
. - Set Stylelint's
color-function-notation
tomodern
.
v0.5.0
v0.4.1
v0.4.0
v0.3.1
v0.3.0
New features
- Add reset ul, ol mixin with
clear-list()
. - Add clear button style mixin with
clear-btn()
. - Add
a11y-card-link()
mixin. - New table variants: sm size, bordered, clear-border style.
- Add
hidden
utility class. - Add
generate-color-variables()
mixins to generate color variables. - Add
field-icon()
mixin to get and color form element images.
Improvements
- `::selection' add foreground color variable.
- Move
$prefix
under the$settings
map. - Use
as *
import internally. - Add color variable to the table.
- Add font-size variable to
.form-check--lg
. - Use newer HSL syntax at colors.
- Fieldset stack gap got a variable.
- Button icon got a new, smaller size option.
layout-stack()
has !important parameter.- Reorganize
.form-check
styling under a mixin. - Simplify button declaration colors (now we can init a button with only two colors).
Bugfix
$font-size-lead
: add !default.
v0.2.0
New features
- Add icon button variant (
.btn--icon
).
Improvements
- Add
$btn-font-family
to control the button's font family. - Add
$heading-font-weight
to control the heading's font-weight. - Rename some keys in the
$colors
map (mark-color
:mark-foreground
,code-color
:code-foreground
). - Reorganize the recurrent colors into variables.
- Modify
btn-variant()
mixin: add hover foreground color. - Global switch to
color()
function's fallback value under the$settings
map. - Modify the
scrollbar()
mixin to accept hover thumb background-color value. - Make
$breakpoints
overwriteable by key. - Modify
font-size()
andresponsive-font-size()
function to accept optimal size value. The optimal value will fallback to a global settnigs under the$settings
map.
Bugfix
- Fix some missing !default at variable declaration.