v2.2.0
Sparkle has changed quite a few things, though not enough for a major release. The following sections will describe what were changed since v2.1.0:
New Features:
- Added new button group
.make-centered
and.make-right
modifier classes; - Added new variables for customization in
_variables.sass
file; - Added new
.box
and.boxes
elements (idea taken from official website); - Added new
.breadcrumb
feature; - Added new
$grid-columns
in_variables.sass
file to keep track of column number (default set to 12);
Updates:
- Grid mixins has its own file, in the
mixins
folder; - Redesigned tables: now allows you to use regular
<table>
or<div>
; - Improved spacing algorithms in
.make-margin-$i
and.make-padding-$i
: allows multiple of 5's too; - Updated dependency list to latest releases;
Deprecates:
- Removed button's
.make-medium
modifier; - Removed
border-right
of.nav__brand
class; - Removed
.form-group
class in favor of.input__addon(s)
for consistency;
Fixes:
- Fixes on
.switch
selectors;
Thank you for using Sparkle. We strive to make this project of passion usable and memorable for all designers and developers. 😄