Releases
v2.3.0
What's Changed
NEW $form-fieldset
: add legend-font-family
property.
NEW $typography
: add letter-spacing-heading
property.
NEW $colors
: add 'strong
option under base
to customize the <strong>
element's color.
FIX layout-center()
mixin: add inline-size: 100%;
.
IMPROVEMENT layout-grid()
, layout-flex()
, layout-sidebar()
mixins: enable multiple $gap
value like 'm:l'
to control both block and inline values.
IMPROVEMENT spacer()
function: enable multiple value shorthand like 'm:l'
to control both block and inline values.
BREAKING CHANGE Remove the transition()
function (you can migrate overt config()
function or transition()
mixin.).
IMPROVEMENT transition()
mixin: enable multiple values for property
with quotes.
NEW short-ring()
mixin: add a new mixin as a shorthand to access the two basic ring styling on focus quickly (input, button).
Modify the defaults for config('border-radius-sm', $display)
and config('border-radius-lg', $display)
.
You can’t perform that action at this time.