Style Versions Save

An opinionated starting point for scalable, maintainable CSS architecture.

4.1.0

7 years ago

Upgrade to Webpack 2!

4.0.0

8 years ago
  • :fire: Ruby Sass in favour of node-sass
  • Individually compile Sass files & explicitly declare dependencies in each
  • Example builds for Gulp & Webpack
  • Replace Normalize.css with Sanitize.css
  • Replace Susy with a simple flexbox grid
  • Change component syntax to BEVM
  • A bunch of updates to the Readme
  • Basically just update everything so it matches how I do things these days

v3.0.0

9 years ago
  • Add SUIT-style utility classes
  • Remove global state styles
  • Update module modifier class example to use multiple classes rather than extends
  • Update box-sizing default to use a nice, more overwritable method
  • Split global config variables up into separate files
  • Split font-face at-rules up into a file per font, and add an example
  • Bump version

v2.0.0

10 years ago

v0.1.0

10 years ago

This release comes with a vastly simpler Susy grid & simpler overall config, as well as updates to gems & Normalize and some basic animation mixins.

v0.0.2

10 years ago

Added a new at-breakpoint-with-grid-settings mixin.

This allows you to tie styles for a certain breakpoint to the correct grid for that breakpoint (so Susy's span-columns etc work)

v0.0.1

10 years ago