Default styles sucked, now they don't.
f4587bf
Optimize legibility5a3f991
Change default color of links9cbd1ec
Fix outlinee16b9e6
Change fields focus default color3a8f81f
Style legendc136485
Export wrap width into global variable1de6945
Change buttons default style2620e8b
Change flash default styling0287119
Small tweaks to .hero style07071f6
Better .nav-breadcrumbse1b503f
Rename $space-amounts to $vertical-space-amounts447e01b
Better responsive .tablee4fa832
Change color palette01af4f6
Change default heading styles30bdbdb
Add new icons (Material Design Icons by Google)36a8e8e
Make .input use icons9bbcdbf
Minor changes
gte-lap
becomes simplylap
lap
becomeseq-lap
Mandatory ASCII art:
0px 480px 1024x 1500px ∞px
| | | | |
| |<-- lap -------------------------------------->|
| | |<-- desk --------------------->|
| | | |<-- wall ---->|
| | | | |
|<-- eq-palm -->| | | |
| |<-- eq-lap --->| | |
| | |<-- eq-desk --->| |
| | | | |
|<------------------ lte-lap -->| | |
|<---------------------------------- lte-desk -->| |
| | | | |
0px 480x 1024px 1500px ∞px
Since these classes are not BEM modifiers, let's make it clear and drop the double hypen:
.width--3-12
becomes.width-3-12
.desk--3-12
becomes.desk-3-12
.desk--push-3-12
becomes.desk-push-3-12
.desk--pull-3-12
becomes.desk-pull-3-12
Autoprefixer is the way to go regarding vendor prefixes! We don't need CSS3 mixins any more!
- Add
+inline-block
helper mixin - Import some useful helper functions and mixins from Bourbon, most notably:
+clearfix
+size
+position
+triangle
- Drop
sass-list-maps
polyfill, use native Sass 3.3 hashes - Remove globbing from
application.sass
(Rails apps will change it manually)
PS. In order to use Sass 3.3+, Rails apps need to replace sass-rails
gem
with sass
.
- Last release without a changelog