Skip to content

Commit 8ead2cb

Browse files
author
Jon T
committed
Fixed Foundation 6.2 flex grid
1 parent 7b05668 commit 8ead2cb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/themes/WordpressStandard/Resources/assets/scss/app.scss

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
@import '../../../node_modules/foundation-sites/scss/util/util';
1818
@import '../../../node_modules/foundation-sites/scss/global';
1919
@import '../../../node_modules/foundation-sites/scss/grid/grid';
20+
@import '../../../node_modules/foundation-sites/scss/components/flex';
2021
@include foundation-global-styles;
2122
@include foundation-flex-grid;
2223
// Import if the project uses LIN3S's custom grid

src/themes/WordpressStandard/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"gulp-cssnano": "^2.1.0",
1515
"gulp-file": "^0.2.0",
1616
"gulp-livereload": "^3.8.1",
17-
"gulp-plumber": "^1.1.0",
1817
"gulp-modernizr": "0.0.0",
18+
"gulp-plumber": "^1.1.0",
1919
"gulp-postcss": "^6.1.0",
2020
"gulp-rename": "^1.2.2",
2121
"gulp-sass": "^2.2.0",

0 commit comments

Comments
 (0)