Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Latest commit

 

History

History
113 lines (60 loc) · 2.63 KB

CHANGELOG.md

File metadata and controls

113 lines (60 loc) · 2.63 KB

Release Notes

Unreleased

Changed

  • global: move the package to new reference @sass-collective/em

Added

  • Added $important option on em mixin
  • Added @sass-collective/property to 3.2.1

Changed

  • Changed sassto 1.32.8

Fixed

  • Fixed result em unit

Changed

  • Changed @sass-collective/strip-unit to 1.2.0
  • Changed sassto 1.26.10

Changed

  • Changed @sass-collective/strip-unit to 1.1.1
  • Changed sassto 1.26.9

Changed

  • Update to sass 1.26.8

Fixed

  • Fixed result in certain combinations of numbers in a list.

Added

  • Added good object type, number or list, on return.

Changed

  • Changed @sass-collective/strip-unit to 1.0.1
  • Changed sassto 1.26.5

Removed

  • Removed unused .editorconfig config
  • Removed unneeded @use on Sass files

Added

  • Added @sass-collective/strip-unit instead of native function

Fixed

  • Fixed trailing unit with zero

Changed

  • Changed legacy @import code

Added

  • Added $values instead of $value on mixin & function
  • Added $property option on mixin

Removed

  • Removed default $context parameter

Added

  • Added files in package.json

Fixed

  • Fixed missing @forward on index files

v1.0.0 (2020-02-03)

  • Initial release