Skip to content

Releases: whmii/cask

v0.3.2

18 Mar 17:21
Compare
Choose a tag to compare
  • Updated SASS paths for gem

v0.3.0 — Heart

02 Mar 01:47
Compare
Choose a tag to compare

Added

  • NPM support has ben added
  • RubyGems support has been improved
  • Use of multiple variables as grid-settings has been replaced with a singular grid-settings map
  • Stylesheet library now resides in core/ directory
  • Significant improvements to code modularity and legibility
  • Grid-settings functions have been added to maintain system defaults while allowing users to define their own grids
  • Clear-fix now outputs display: block; pseudo elements

This release also corresponds with the release of Cask's full documentation coverage! 🎉

v0.2.1

15 Jan 20:49
Compare
Choose a tag to compare

Adds grid-clearfix mixin. This was introduced to solve #4 and remove the barely needed dependancy.

v0.2.0 — Oak

14 Jan 18:28
Compare
Choose a tag to compare

Cask is a calc based 'Push-Left' grid system. While it exist as a simple stand alone product.

0.2.0 represents a full rewrite of the project and adds the functionality to use calc functions and mixins to generate grid blocks with consistent measured gutters with flexible/relative interior sizes. In this system, gutters can be declared with static units such as rems or pixels, while the interior size of the grid objects are defined as a percentage of their parent's width.