Releases: nirazul/scss-utils
Releases · nirazul/scss-utils
v2.0.0
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
Changelog
- Docs: Update github actions badge
v1.2.1
Changelog
- Chore: Update dependencies
- CI: Updae node version in tests
v1.2.0
Changelog
- Refactor: Replace deprecated division symbol with
math.div
function
v1.1.2
Changelog
- Fix:
list.purge
and list.prepend
now respect list separators
v1.1.1
Changelog
- Fix: Avoid same-name exports (
list.replace
and string.replace
)
v1.1.0
Changelog
- Feat: Add
meta.to-number
function
- Feat: Add
math.to-length
function
- Test: Fix tests not being executed
v1.0.3
Changelog
- Chore: Update folder structure
v1.0.2
Changelog
- Chore: Update readme
- Chore: Update dependencies