Skip to content

Releases: maddimathon/utility-sass

0.1.0-alpha.41 — 2026-03-03

03 Mar 20:01

Choose a tag to compare

Pre-release

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

01 Mar 06:58

Choose a tag to compare

Pre-release

Minor scss fixes.

0.1.0-alpha.39 — 2026-02-25

26 Feb 01:16

Choose a tag to compare

Pre-release

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

26 Feb 00:14

Choose a tag to compare

Pre-release

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

25 Feb 23:04

Choose a tag to compare

Pre-release

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

25 Feb 19:10

Choose a tag to compare

Pre-release

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 unset height-nav-primary prop that
    falls back to 0)
  • Scss functions - scroll-padding-top-value, var-scroll-padding-top

0.1.0-alpha.35 — 2026-02-24

25 Feb 02:02

Choose a tag to compare

Pre-release

Another minor mixin fix

0.1.0-alpha.34 — 2026-02-24

25 Feb 01:46

Choose a tag to compare

Pre-release

Very minor mixin fixes

0.1.0-alpha.33 — 2026-02-24

25 Feb 00:04

Choose a tag to compare

Pre-release

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

23 Feb 19:33

Choose a tag to compare

Pre-release

Added

  • Added JS utilities - mapToObject, mapToObjectAsync