Skip to content

Releases: nirazul/scss-utils

v2.0.0

30 Jan 14:09
Compare
Choose a tag to compare

Changelog

  • BREAKING CHANGE: Remove the following (obsolete) mixins:
    • is-visible (use: step-start and step-end transition timing functions)
    • overlay (replace with your own overlay mixin or vanilla css)
    • supports-hover (replace with any-hover media query)
    • supports-touch (replace with any-hover media query)
  • Chore: Update dependencies

v1.2.2

18 Aug 10:57
Compare
Choose a tag to compare

Changelog

  • Docs: Update github actions badge

v1.2.1

18 Aug 10:56
Compare
Choose a tag to compare

Changelog

  • Chore: Update dependencies
  • CI: Updae node version in tests

v1.2.0

04 Aug 12:39
Compare
Choose a tag to compare

Changelog

  • Refactor: Replace deprecated division symbol with math.div function

v1.1.2

30 Jun 08:54
Compare
Choose a tag to compare

Changelog

  • Fix: list.purge and list.prepend now respect list separators

v1.1.1

25 Jun 13:20
Compare
Choose a tag to compare

Changelog

  • Fix: Avoid same-name exports (list.replace and string.replace)

v1.1.0

19 Jun 14:23
Compare
Choose a tag to compare

Changelog

  • Feat: Add meta.to-number function
  • Feat: Add math.to-length function
  • Test: Fix tests not being executed

v1.0.4

18 Jun 16:16
Compare
Choose a tag to compare

Changelog

  • Chore: Update readme

v1.0.3

18 Jun 16:15
Compare
Choose a tag to compare

Changelog

  • Chore: Update folder structure

v1.0.2

16 Jun 11:03
Compare
Choose a tag to compare

Changelog

  • Chore: Update readme
  • Chore: Update dependencies