Skip to content

Commit

Permalink
Merge branch 'v6.3' into v6.3-responsiveAccordionTabs
Browse files Browse the repository at this point in the history
  • Loading branch information
designerno1 committed Oct 9, 2016
2 parents 2c2e28b + 9c17987 commit 0bf7690
Show file tree
Hide file tree
Showing 165 changed files with 5,242 additions and 1,742 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ sache.json
test
.editorconfig
.versions
.babelrc
5 changes: 3 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foundation-sites",
"version": "6.2.1",
"version": "6.2.3",
"main": [
"scss/foundation.scss",
"dist/foundation.js"
Expand All @@ -22,7 +22,8 @@
".npm",
".gitignore",
".npmignore",
".versions"
".versions",
".babelrc"
],
"dependencies": {
"jquery": "~2.2.0",
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "zurb/foundation-sites",
"description": "The most advanced responsive front-end framework in the world.",
"version": "6.2.1",
"keywords": [
"css",
"scss",
Expand Down
2 changes: 1 addition & 1 deletion customizer/complete.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dropdown",
"dropdown_menu",
"equalizer",
"flex_video",
"responsive_embed",
"interchange",
"label",
"magellan",
Expand Down
11 changes: 8 additions & 3 deletions customizer/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ dropdown_menu:

equalizer:
js: equalizer

flex_video:
sass: flex-video
js_utils:
- mediaQuery
- timerAndImageLoader

interchange:
js: interchange
Expand Down Expand Up @@ -134,6 +134,9 @@ progress_bar:
progress_element:
sass: progress-element

responsive_embed:
sass: responsive-embed

responsive_menu:
js: responsiveMenu
js_utils:
Expand All @@ -156,6 +159,7 @@ slider:
- motion
- triggers
- mediaQuery
- keyboard

sticky:
sass: sticky
Expand All @@ -172,6 +176,7 @@ reveal:
- motion
- triggers
- mediaQuery
- keyboard

switch:
sass: switch
Expand Down
Loading

0 comments on commit 0bf7690

Please sign in to comment.