Releases: maddimathon/utility-sass
Releases · maddimathon/utility-sass
0.1.0-alpha.41 — 2026-03-03
Fixed
- Scss config param $fn_fontSizeValue_roundToPixelFactor now applies properly
(was missing in one case of fs-value) - Fixed gap tokens merging
0.1.0-alpha.40 — 2026-03-01
Minor scss fixes.
0.1.0-alpha.39 — 2026-02-25
Moved & Renamed
- Removed button-secondary (as part of the slow move for templates to
scss-templater and design-system-utilities)
0.1.0-alpha.38 — 2026-02-25
Added
- extend-selectors-* mixins now have $additional_optional param for always-optional selectors
- extend-selectors-generic mixin is now public (was _extend-selectors)
0.1.0-alpha.37 — 2026-02-25
Added
- Scss list module function - text-join
- Scss selector module functions for pseudo class selector lists - has-list,
is-list, not-list, where-list - Scss selector module mixins for pseudo class selector lists - has, is, not, where
0.1.0-alpha.36 — 2026-02-25
Added
- Config var - $page_top
- Scss now sets scroll-padding-top if $include_html with a
scroll-padding-top
cx prop (which itself is set using an unsetheight-nav-primaryprop that
falls back to 0) - Scss functions - scroll-padding-top-value, var-scroll-padding-top
0.1.0-alpha.35 — 2026-02-24
Another minor mixin fix
0.1.0-alpha.34 — 2026-02-24
Very minor mixin fixes
0.1.0-alpha.33 — 2026-02-24
Added
- Scss map module function - parse-args
- Scss config vars:
- $fn_gapValue_block_layout_low
- $fn_gapValue_block_layout_high
- $fn_gapValue_inline_indent_low
- $fn_gapValue_inline_indent_high
- $fn_gapValue_inline_layout_low
- $fn_gapValue_inline_layout_high
- $fn_gapValue_inline_tab_low
- $fn_gapValue_inline_tab_high
0.1.0-alpha.32 — 2026-02-23
Added
- Added JS utilities - mapToObject, mapToObjectAsync