Releases: azinasili/bytes
v1.0.4
v1.0.3
v1.0.2
v1.0.1
Fixes for following bugs:
#15 - center()
now correctly reads $direction
param
#16 - triangle()
CSS fixed for 'left' and 'right' $direction param
#17 - color()
respects transparency now
#18 - em()
and rem()
now returns a number if only 1 value is converted
README
has been re-arranged a little. Global settings has also been added.
v1.0.0
Version 1.0.0 is finally here. Moved to 1.0.0 because there are a ton of additions, subtractions, and changes. New features includes:
- Better handling of user defined settings
- New
breakpoint-check()
mixin for debugging - New helper functions
- Re-added
list-unstyled()
mixin - Some Mixins allow to add !important to styles
- Removed
font-size
reset onhide-text()
mixin. - Cleaned up code style and documentation
v0.5.2
This release is the public release and aims to clean up the updates introduced in versions 0.5.0 and 0.5.1. All documentation has been updated. Also instead of including Sassdocs with the package, users are encouraged to generate them. Tools are provided with Grunt to do so. Many functions and mixins have gained new params. Error handling has also been greatly improved.