- Add more customization variables
Thanks to Alexis BRENON
- Allow the user to define it's own variable values (column and margin width) before including the file.
- Fix Sass
$max-width
variable
Thanks to FrontDevs and Alexis BRENON
- Universal selector for
box-sizing
removed
Thanks to Alexey Taktarov
- Fix margin-left bug in sass version
Thanks to Leonardo Shinagawa
- Sass support 💘
- Use extends to generate less css
- Use mixins (mq-mixins) to overwrite only the necessary (For Media Queries)
- Update Docs with new features
- New website created
Default values created
- offset() = 0
- justify() = left
- vertical-align() = top
Supports the vertical aligment middle for multiple line added.
- align-content added in vertical-align for supports the vertical-aligment for multiple line.
New syntax and equal width columns created
- Renaming the content-align mixing to justify.
- Added equal width columns feature. col() or col(flex).
First stable version