Changelog
v2.3.2 (2024-08-20)
transition
: set a fallback default CSS custom property if user has reduced motion.$form-control
: add font-family
property.$form-label
: add text-transform
property.$form-switch
: add separate colors.Changelog
v2.3.1 (2023-12-18)
short-ring()
: fix the return at the button
option.Changelog
v2.3.0 (2023-12-17)
$form-fieldset
: add legend-font-family
property.$typography
: add letter-spacing-heading
property.$colors
: add 'strong
option under base
to customize the <strong>
element's color.layout-center()
mixin: add inline-size: 100%;
.layout-grid()
, layout-flex()
, layout-sidebar()
mixins: enable multiple $gap
value like 'm:l'
to control both block and inline values.spacer()
function: enable multiple value shorthand like 'm:l'
to control both block and inline values.transition()
function (you can migrate overt config()
function or transition()
mixin.).transition()
mixin: enable multiple values for property
with quotes.short-ring()
mixin: add a new mixin as a shorthand to access the two basic ring styling on focus quickly (input, button).config('border-radius-sm', $display)
and config('border-radius-lg', $display)
.Changelog
v2.2.2 (2023-08-17)
Changelog
v2.2.1 (2023-07-26)
.form-group--stacked
: fix the border-radius when only one element is present.Changelog
v2.2.0 (2023-07-17)
In this release we have a lot of small changes and fixes with some improvement.
.form-group--row
: now uses container query..form-group--row
: add vertical alignment option.color-value
function to get only the color value.form-check
: add font-weight option.scaler
option..btn__icon
.form-label
: font-family not worked.form-description
: make it explicit.