Many things have been changed since the last release. The list of these changes are noted below. Keep in mind, however, that this version of Sparkle.css will not be backwards compatible.
New Features:
- The class names now follow the hyphenated classes, rather than the BEM class name format (i.e.:
.card__headerwill now be.card-header, for more consistency with the modifier classes, which are already hyphenated). - New
.sass-lint.ymlfile was added to ensure consistency in sass/css style formatting. - New
npmcommands were added to integrate new functionalities of the build. - New progress bar design was added to UI.
- New modifier classes added to inputs (i.e.:
.make-rounded,.make-{$size}). - New "elevation" modifier utility classes were added.
Updates:
- Formatting updated.
- SASS variables updated.
- Modifiers class named after sizes no longer are
make-xsmallandmake-xlarge, butmake-smallerandmake-largerrespectively.
Fixes:
- Many fixes, especially on variable names, were made; along with styling fixes, and more.
Thank you for using Sparkle. We strive to make this project of passion usable and memorable for all designers and developers. smile