mirror of
https://github.com/woocommerce/storefront.git
synced 2025-10-04 14:11:16 +08:00
busy bump
This commit is contained in:
parent
207158ab16
commit
c32cc5206d
3 changed files with 7 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -21,5 +21,9 @@ $susy: (
|
|||
gutters: 1,
|
||||
math: fluid,
|
||||
output: float,
|
||||
gutter-position: after
|
||||
gutter-position: after,
|
||||
|
||||
use-custom: (
|
||||
box-sizing: false
|
||||
)
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue