Skip to content

Releases: drublic/Sass-Mixins

v0.11.0

20 Oct 07:43
Compare
Choose a tag to compare
  • Use grunt-sass with libsass
  • Fix for x-opacity to not throw an exception

v0.10.0

02 Jul 07:57
Compare
Choose a tag to compare
  • Extend x-rem mixin to make it take px values and convert them to rem
  • Add strip-unit function to _rem.scss partial
  • Add flexbox mixins

v0.9.0

02 May 08:26
Compare
Choose a tag to compare
  • Add background-size mixin
  • Add multi values for transition mixin
  • Add multi values for box-shadow mixin
  • Use single quotes in gradient mixins
  • Add mixin for calc

v0.8.0

06 Mar 12:59
Compare
Choose a tag to compare
  • Add better example for multiple colored gradient
  • Rename tests folder to test
  • Add x-baseline mixin
  • Correct indention in opacity mixin

v0.7.1

11 Jan 16:43
Compare
Choose a tag to compare
  • Fix x-rem mixin to work with libsass (#28)
  • Remove -ms-filter for opacity mixin

v0.7.0

19 Dec 09:43
Compare
Choose a tag to compare
  • Add breakpoint mixin
  • Update animation description
  • Update placeholder mixin

v0.6.0

14 Oct 15:18
Compare
Choose a tag to compare
  • Add mixin for placeholder color

v0.5.0

29 Sep 17:40
Compare
Choose a tag to compare
  • Add banner for generated mixins and CSS output
  • Add mixin for appearance
  • Bugfix: Remove -o- prefix for tab-size mixin (#17)
  • Remove -o- and -moz- for mulitple gradients (#17)

v0.4.1

30 Aug 11:08
Compare
Choose a tag to compare
  • Remove -o- prefix for transforms, transition and tab-size (#17)
  • Remove -o- and -moz- prefixes of linear gradients (#17)

v0.4.0

20 Aug 21:38
Compare
Choose a tag to compare
  • Add mixin for opacity (with [-ms-]filter)
  • Multiple backgrounds: Fix bug with empty variable $end and background images (#12)
  • Move changelog to own file
  • Remove extra -ms prefixed gradients
  • Fix typo ($vaule) in mixin x-user-select
  • Add docs in mixins