Skip to content
This repository has been archived by the owner on Jan 18, 2019. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 319 Bytes

CHANGELOG.md

File metadata and controls

15 lines (12 loc) · 319 Bytes

0.3

  • Change syntax to comma separated arguments. Use: @mixin name 1, 2 instead of @mixin name 1 2.
  • Add default value for arguments.

0.2

  • Add block mixins support.
  • Support PostCSS 4.1 API.
  • Convert all JS mixins values to string.

0.1.1

  • Use postcss-simple-vars 0.2.

0.1

  • Initial release.