Releases: dreipol/scss-utils
Releases · dreipol/scss-utils
v4.0.4
v4.0.3
- Fix the
@include support-touch
mixin. Chrome touch devices were not detected
v3.0.3
v4.0.2
- Update readme.md file
v4.0.1
- Remove the generated files from the npm bundle
v4.0.0
- Remove the
unprefixed
folder - Replace the
@import
rule with@use
- Add documentation
- Add logo
v3.0.2
- Fix the
supports-touch
andsupports-hover
unprefixed mixins
v3.0.1
- Simplify the
has-focus
mixin removing the need of flags or any argument - Use the
supports-hover
andsupports-touch
in thehas-focus
mixin
v3.0.0
- Remove the
has-support
mixin because it depends on global DOM class attributes generated via modernizr - Add
supports-hover
to detect the hover support for desktop devices - Add
supports-touch
to detect the touch support for tuch devices