Releases: kyleshevlin/shevy
Proximity
I recently came upon an article discussing the proximity effect, where our minds find connection in objects that are in close proximity, and how this applied to design. Thus, I wanted to add a way to modify the base spacing to take this into account. Two settings were added to the default $shevy
map, allowing the user to tweak their typography.
Also, I fixed a bug in the headings
mixin that's been staring me in the face for some time.
Big Changes
Shevy got a serious makeover and a lot more functionality, literally. Many functions were added to Shevy in order to simplify the code in the mixins. In doing this, we were able to make several functions publicly available for devs to use in their styles, such as base-spacing(), base-font-size(), etc.
The work necessary to turn this repo into the supporting repo for the gem was also done, and after this release is cut, the shevy gem will be updated.
Docs were added via sassdocs. When the project page gets an update, the docs will be made available there.