Releases: at-import/toolkit
Releases · at-import/toolkit
v2.10.0
Pixel Art!
Added a Pixel Art mixin! Yay!
Settings and More!
Added new settings mixins to make controlling your project's setting a snap.
Center ALL The Things!
Horizontal/Absolute center mixins added
@font-face Fix
Toolkit 2.0.0 is released! This patch update resolves an issue with the @font-face
mixin not working properly when used at a document's root. Once sass/sass#1174 is resolved, we can go back to using @at-root
in the mixin, allowing @font-face
declarations to be used from anywhere.
Enhance With and Degrade From Fixes
v2.0.0.alpha.9 Version Bump
Vertical Center
plus bug fixes
Parallax
Added Parallax. For a demo, see Scott's CodePen
v2.0.0.alpha.3
Bug fixes for 2.0.0 Alpha
v2.0.0.alpha.1
Removing Ruby dependencies, updating for Sass 3.3, removing style writing, removing crap and cruft. See the Changelog for full changes
Testing Options:
- Download and put
compass/stylesheets
into your project - Add
gem "toolkit", "~>2.0.0.alpha.1"
to your Gemfile
Final version will have Bower support, but not for prerelease.