Releases: bensmithett/style
Releases · bensmithett/style
Version 4.1.0
Upgrade to Webpack 2!
Version 4.0.0
- 🔥 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
Version 3.0.0
- 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
- Add autoprefixr
- Remove vertical rhythm stuff
- Remove Compass
- Scope state styles (preferably with a
[data-state=foo]
attribute selector) instead of using globalis-
classes - Sass 3.3
- Add Susy 2
- Add metaquery (pretty much how Glen says to do it)
- Add a vertical align helper
- Compile with make
v0.1.0
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
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)
0.0.1
v0.0.1 Remove animation gem