Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@jdriviere jdriviere released this 22 Mar 08:48
· 24 commits to dev since this release

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__header will now be .card-header, for more consistency with the modifier classes, which are already hyphenated).
  • New .sass-lint.yml file was added to ensure consistency in sass/css style formatting.
  • New npm commands 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-xsmall and make-xlarge, but make-smaller and make-larger respectively.

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