Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 820 Bytes

CHANGE.md

File metadata and controls

30 lines (22 loc) · 820 Bytes

CHANGES

Preview version

Added 39 minxins: clearfix, border-radius, box-shadow etc.

v0.1.0

Releases v0.1.0, 115 mixins.

v0.1.1

  • Added bower.json and registed bower package;
  • Update README.md;

v0.2.0

  • Modular division, change scss source files;
  • Removed src/prefixes.scss;
  • Perfect and fixed Flexbox supports;
    • Fixed Flexbox properties;
    • Added mixin display-flex() alias flexbox();
    • Added mixin order() alias flex-order();
    • Added mixin justify-content() alias flex-justify();
    • Added mixin inline-flex() alias inline-flexbox();
    • Added mixin flex-inline();
  • Change dist/prefixes.scss header comment to inline;
  • Update Gulpfile.js, package.json and bower.json;
  • Update README.md and CHANGE.md;
  • Update Examples;