Skip to content

Releases: dreipol/scss-utils

v4.0.4

12 Feb 09:21
Compare
Choose a tag to compare
  • Update project logo

v4.0.3

11 Dec 10:20
Compare
Choose a tag to compare
  • Fix the @include support-touch mixin. Chrome touch devices were not detected

v3.0.3

11 Dec 10:24
Compare
Choose a tag to compare
  • Fix the @include support-touch mixin. Chrome touch devices were not detected

v4.0.2

14 Oct 15:06
Compare
Choose a tag to compare
  • Update readme.md file

v4.0.1

14 Oct 14:57
Compare
Choose a tag to compare
  • Remove the generated files from the npm bundle

v4.0.0

14 Oct 14:57
Compare
Choose a tag to compare
  • Remove the unprefixed folder
  • Replace the @import rule with @use
  • Add documentation
  • Add logo

v3.0.2

31 Jan 16:01
Compare
Choose a tag to compare
  • Fix the supports-touch and supports-hover unprefixed mixins

v3.0.1

31 Jan 14:40
Compare
Choose a tag to compare
  • Simplify the has-focus mixin removing the need of flags or any argument
  • Use the supports-hover and supports-touch in the has-focus mixin

v3.0.0

31 Jan 14:39
Compare
Choose a tag to compare
  • 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

v2.0.0

05 Mar 16:27
Compare
Choose a tag to compare

Changelog

  • Avoid global dependencies to handle the has-focus helper #3