busy bump

This commit is contained in:
James Koster 2015-05-01 13:02:28 +01:00
parent 207158ab16
commit c32cc5206d
3 changed files with 7 additions and 2 deletions

View file

@ -7,6 +7,7 @@
* **Tweak** - Only output description paragraph in header if one is set.
* **Tweak** - Updated header image dimension recommendation.
* **Tweak** - Dismissible notices.
* **Dev** - Bump npm susy to 2.2.3.

### *2015.04.23* - 1.4.4
* **Fix** - Post author styles applied to incorrect child comments. Props @ibndawood.

View file

@ -18,7 +18,7 @@
"grunt-wp-i18n": "^0.4.8",
"grunt-sass": "^0.18.1",
"node-sass": "^2.1.1",
"susy": "^2.2.2",
"susy": "^2.2.3",
"node-bourbon": "~4.2.1-beta1",
"grunt-contrib-copy": "~0.5.0",
"grunt-potomo": "~3.2.1",

View file

@ -21,5 +21,9 @@ $susy: (
gutters: 1,
math: fluid,
output: float,
gutter-position: after
gutter-position: after,

use-custom: (
box-sizing: false
)
);