]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
thirdparty/foundation/foundation-sites.git
8 years agoUpdate _responsive-embed.scss 9595/head
mheward [Mon, 30 Jan 2017 11:29:46 +0000 (11:29 +0000)] 
Update _responsive-embed.scss

8 years agoUpdate _settings.scss
mheward [Mon, 30 Jan 2017 11:29:12 +0000 (11:29 +0000)] 
Update _settings.scss

8 years agoUpdate _responsive-embed.scss
mheward [Fri, 27 Jan 2017 12:00:52 +0000 (12:00 +0000)] 
Update _responsive-embed.scss

8 years agoUpdate _settings.scss
mheward [Wed, 18 Jan 2017 08:55:17 +0000 (08:55 +0000)] 
Update _settings.scss

8 years agoUpdate _responsive-embed.scss
mheward [Wed, 18 Jan 2017 08:47:11 +0000 (08:47 +0000)] 
Update _responsive-embed.scss

8 years agoUpdate _responsive-embed.scss
mheward [Wed, 4 Jan 2017 10:07:19 +0000 (10:07 +0000)] 
Update _responsive-embed.scss

The var in the mixin currently doesn't exist and as such including it without a set $ratio var results in build failure.

8 years agoMerge pull request #9589 from joernroeder/patch-1
Kevin Ball [Tue, 3 Jan 2017 22:40:01 +0000 (14:40 -0800)] 
Merge pull request #9589 from joernroeder/patch-1

fixed programmatic use of interchange. see #9332

8 years agoMerge pull request #9580 from colinmackinlay/patch-1
Kevin Ball [Tue, 3 Jan 2017 22:16:26 +0000 (14:16 -0800)] 
Merge pull request #9580 from colinmackinlay/patch-1

Fix #9579 - ignore disabled input in Abide

8 years agoMerge pull request #9577 from ncoden/docs/flex-grid-column-gutters
Kevin Ball [Tue, 3 Jan 2017 22:10:22 +0000 (14:10 -0800)] 
Merge pull request #9577 from ncoden/docs/flex-grid-column-gutters

Fix flex-grid-column gutters docs

8 years agoMerge pull request #9571 from zy4/warnings
Kevin Ball [Tue, 3 Jan 2017 21:29:30 +0000 (13:29 -0800)] 
Merge pull request #9571 from zy4/warnings

Fix gulp warning that strings must use single quotes

8 years agoMerge pull request #9568 from ncoden/fix/flex-grid-nested-row-alignment-9557
Kevin Ball [Tue, 3 Jan 2017 21:11:01 +0000 (13:11 -0800)] 
Merge pull request #9568 from ncoden/fix/flex-grid-nested-row-alignment-9557

Fix flex-grid nested row alignment

8 years agoupdates to 2017
Rafi [Tue, 3 Jan 2017 19:38:08 +0000 (11:38 -0800)] 
updates to 2017

8 years agoAdd browserstack reference to readme
Kevin Ball [Tue, 3 Jan 2017 19:32:14 +0000 (11:32 -0800)] 
Add browserstack reference to readme

Lets us get open source license to browserstack for contributor testing.

8 years agoupdates copywrite to 2017
Rafi [Tue, 3 Jan 2017 19:25:49 +0000 (11:25 -0800)] 
updates copywrite to 2017

8 years agoMerge pull request #9566 from ncoden/fix/pre-overflow-9565
Kevin Ball [Tue, 3 Jan 2017 18:50:28 +0000 (10:50 -0800)] 
Merge pull request #9566 from ncoden/fix/pre-overflow-9565

Fix #9565 - prevent `<pre>` overflow

8 years agofixed programmatic use of interchange. see #9332 9589/head
Jörn Röder [Tue, 3 Jan 2017 14:54:26 +0000 (15:54 +0100)] 
fixed programmatic use of interchange. see #9332

8 years agoMoved ignore examples to separate section 9580/head
colinmackinlay [Sat, 31 Dec 2016 14:44:16 +0000 (14:44 +0000)] 
Moved ignore examples to separate section

8 years agoUpdate abide.md with extra ignore conditions
colinmackinlay [Sat, 31 Dec 2016 14:04:28 +0000 (14:04 +0000)] 
Update abide.md with extra ignore conditions

In addition to data-abide-ignore, abide also ignores type="hidden" attribute and in this patch the diabled attribute

8 years ago'Ignore' details added to validateInput() comment
colinmackinlay [Sat, 31 Dec 2016 13:53:40 +0000 (13:53 +0000)] 
'Ignore' details added to  validateInput() comment

8 years agoTo resolve #9579
colinmackinlay [Sat, 31 Dec 2016 11:53:31 +0000 (11:53 +0000)] 
To resolve #9579

so that disabled inputs are not validated

8 years agoMerge pull request #9570 from zy4/develop
Nicolas Coden [Fri, 30 Dec 2016 19:45:51 +0000 (20:45 +0100)] 
Merge pull request #9570 from zy4/develop

Fix invalid characters in _accordion.scss and typography/_base.scss f…

8 years agoFix flex-grid-column gutters docs 9577/head
Nicolas Coden [Fri, 30 Dec 2016 16:10:46 +0000 (17:10 +0100)] 
Fix flex-grid-column gutters docs

8 years agoFix gulp warnings that strings must use single quotes 9571/head
Seung-Zin Nam [Wed, 28 Dec 2016 13:46:46 +0000 (14:46 +0100)] 
Fix gulp warnings that strings must use single quotes

8 years agoUse dash glyph instead of minus for accordion 9570/head
Seung-Zin Nam [Tue, 27 Dec 2016 14:53:04 +0000 (15:53 +0100)] 
Use dash glyph instead of minus for accordion

See https://github.com/zurb/foundation-sites/pull/9570#issuecomment-269328088

8 years agoFix invalid characters in _accordion.scss and typography/_base.scss from issue #8554.
Seung-Zin Nam [Mon, 26 Dec 2016 13:11:46 +0000 (14:11 +0100)] 
Fix invalid characters in _accordion.scss and typography/_base.scss from issue #8554.

8 years agoFix nested collapsed flex-grid row 9568/head
Nicolas Coden [Sun, 25 Dec 2016 22:30:43 +0000 (23:30 +0100)] 
Fix nested collapsed flex-grid row

Bug: columns in collapsed row doesn't have padding, but nested
collapsed flex-grid row still have negative margins.

Fix: apply the same path than in classic grids.

Note: Grids and flex-grids have a lot of bugs like this one and should
be refactorized. Please beat me if you see this commit 6 months later
and nothing changed.

8 years agoFix size of row nested inside collapsed (flex-)grid row.
Nicolas Coden [Sun, 25 Dec 2016 22:26:47 +0000 (23:26 +0100)] 
Fix size of row nested inside collapsed (flex-)grid row.

See: https://github.com/zurb/foundation-sites/issues/9557
Problem: Every row has a max width, so when nested, it cannot be
enlarged with negative margins to handle the paddings of its columns.

Fix: expand the size of all row nested in a non-expanded row.

Note: THIS IS A TEMPORARY FIX. Grids and flex-grids have a lot of bugs
like this one and should be refactorized. Please beat me if you see
this commit 6 months later and nothing changed.

8 years agoAdd visual tests for nesting in collapsed rows.
Nicolas Coden [Sun, 25 Dec 2016 21:30:09 +0000 (22:30 +0100)] 
Add visual tests for nesting in collapsed rows.

See: https://github.com/zurb/foundation-sites/issues/9557

8 years agoFix #9565 - prevent `<pre>` overflow 9566/head
Nicolas Coden [Sat, 24 Dec 2016 11:49:18 +0000 (12:49 +0100)] 
Fix #9565 - prevent `<pre>` overflow

Fix: https://github.com/zurb/foundation-sites/issues/9565

There is no case where we would expect the pre content to overflow.

8 years agoMerge pull request #9552 from michiruckstuhl/fix-typo
Rafi [Fri, 23 Dec 2016 17:05:12 +0000 (09:05 -0800)] 
Merge pull request #9552 from michiruckstuhl/fix-typo

Fix minor Typo "depreciated" to "deprecated"

8 years agoFix minor Typo "depreciated" to "deprecated" 9552/head
Michi Ruckstuhl [Thu, 22 Dec 2016 14:04:00 +0000 (15:04 +0100)] 
Fix minor Typo "depreciated" to "deprecated"

Change from „depreciated“ (meaning the monetary decrease of value over
time) to „deprecated“.

8 years agoMerge pull request #9546 from sinspiral/dropdown-menu-touch-devices
Kevin Ball [Wed, 21 Dec 2016 23:32:40 +0000 (15:32 -0800)] 
Merge pull request #9546 from sinspiral/dropdown-menu-touch-devices

Don't listen to touchend events on dropdown element leafs.

8 years agoDon't listen to touchend events on dropdown element leafs. 9546/head
Alberto Fernandez [Wed, 21 Dec 2016 22:47:15 +0000 (17:47 -0500)] 
Don't listen to touchend events on dropdown element leafs.

The delay on touch devices between the click and touchend event
was preventing the link navigation, as browser security policies
don't allow link navigation on hidden elements.

fixes #9484

8 years agoRevert "Missing $elem parameter on _hide method when handling leaf elements clicks...
Alberto Fernandez [Wed, 21 Dec 2016 22:45:02 +0000 (17:45 -0500)] 
Revert "Missing $elem parameter on _hide method when handling leaf elements clicks on dropdown menus."

This reverts commit 3cf1597ff9d11d56054d13f388dec2905ee23e46.

8 years agoMissing $elem parameter on _hide method when handling leaf elements clicks on dropdow...
Alberto Fernandez Gonzalez [Wed, 21 Dec 2016 14:56:37 +0000 (09:56 -0500)] 
Missing $elem parameter on _hide method when handling leaf elements clicks on dropdown menus.

fix #9484

8 years agoMerge pull request #9539 from PixelGrinch/patch-1
Kevin Ball [Wed, 21 Dec 2016 00:12:28 +0000 (16:12 -0800)] 
Merge pull request #9539 from PixelGrinch/patch-1

Update _menu.scss

8 years agoUpdate _menu.scss 9539/head
PixelGrinch [Tue, 20 Dec 2016 19:58:12 +0000 (14:58 -0500)] 
Update _menu.scss

It appears that centering the menu adds unnecessary/undesired height to the container.
My Proposed update to add vertical-align: top; to the inline-block applied container, fixes this issue.
Thank you
Bert (PixelGrinch)

8 years agoMerge pull request #9534 from Quy/patch-1
Nicolas Coden [Tue, 20 Dec 2016 01:30:45 +0000 (02:30 +0100)] 
Merge pull request #9534 from Quy/patch-1

Add link to card page

8 years agoAdd link to card page 9534/head
Quy [Tue, 20 Dec 2016 01:27:40 +0000 (17:27 -0800)] 
Add link to card page

8 years agoMerge pull request #9532 from zurb/fix-jquery-dep
Rafi [Tue, 20 Dec 2016 00:27:50 +0000 (16:27 -0800)] 
Merge pull request #9532 from zurb/fix-jquery-dep

Tell bower & npm that it's okay to have jquery 3

8 years agoMerge pull request #9526 from ncoden/feat/flex-grid-column-block-9523
Kevin Ball [Tue, 20 Dec 2016 00:20:18 +0000 (16:20 -0800)] 
Merge pull request #9526 from ncoden/feat/flex-grid-column-block-9523

Add column-block for flex-grid #9523

8 years agoTell bower & npm that it's okay to have jquery 3 9532/head
Kevin Ball [Mon, 19 Dec 2016 23:51:00 +0000 (15:51 -0800)] 
Tell bower & npm that it's okay to have jquery 3

8 years agoMerge branch 'master' into develop
Kevin Ball [Mon, 19 Dec 2016 23:55:21 +0000 (15:55 -0800)] 
Merge branch 'master' into develop

8 years agoMerge pull request #9522 from ncoden/fix/button-group-expand-single-button-9521
Kevin Ball [Mon, 19 Dec 2016 23:38:00 +0000 (15:38 -0800)] 
Merge pull request #9522 from ncoden/fix/button-group-expand-single-button-9521

Fix #9521 - Single button in expanded button group

8 years agoMerge pull request #9520 from ncoden/docs/dropdown-menu-options-9464
Kevin Ball [Mon, 19 Dec 2016 23:36:11 +0000 (15:36 -0800)] 
Merge pull request #9520 from ncoden/docs/dropdown-menu-options-9464

Partially fix #9464 - Incorrect documentation of DropdownMenu options

8 years agoupdates off-canvas docs example
RafiBomb [Mon, 19 Dec 2016 22:07:12 +0000 (14:07 -0800)] 
updates off-canvas docs example

8 years agoadds flex variable to card docs
RafiBomb [Mon, 19 Dec 2016 21:58:15 +0000 (13:58 -0800)] 
adds flex variable to card docs

8 years agoupdates card docs with one more example and removes additional use cases
RafiBomb [Mon, 19 Dec 2016 21:53:43 +0000 (13:53 -0800)] 
updates card docs with one more example and removes additional use cases

8 years agoMerge pull request #9519 from ncoden/docs/fix-grid-column-doc-9518
Rafi [Mon, 19 Dec 2016 18:05:20 +0000 (10:05 -0800)] 
Merge pull request #9519 from ncoden/docs/fix-grid-column-doc-9518

Fix #9518 - Incorrect documentation for `@function grid-column`

8 years agoMerge pull request #9524 from tomvanenckevort/tomvanenckevort-patch-1
Rafi [Mon, 19 Dec 2016 18:04:33 +0000 (10:04 -0800)] 
Merge pull request #9524 from tomvanenckevort/tomvanenckevort-patch-1

Missing Keyboard util reference in Offcanvas documentation

8 years agoAdd column-block for flex-grid #9523 9526/head
Nicolas Coden [Mon, 19 Dec 2016 17:23:34 +0000 (18:23 +0100)] 
Add column-block for flex-grid #9523

Closes #9523 - Add column-block for flex-grid.

Note: grid and flex-grid should be refactorized and factorized.

8 years agoUpdate foundation.js 9524/head
Tom van Enckevort [Mon, 19 Dec 2016 13:04:50 +0000 (13:04 +0000)] 
Update foundation.js

8 years agoUpdate foundation.offcanvas.js
Tom van Enckevort [Mon, 19 Dec 2016 13:01:20 +0000 (13:01 +0000)] 
Update foundation.offcanvas.js

8 years agoAdded missing keyboard util require
Tom van Enckevort [Mon, 19 Dec 2016 13:00:10 +0000 (13:00 +0000)] 
Added missing keyboard util require

8 years agoFix #9521 - Single button in expanded button group 9522/head
Nicolas Coden [Sun, 18 Dec 2016 04:11:56 +0000 (05:11 +0100)] 
Fix #9521 - Single button in expanded button group

Fix https://github.com/zurb/foundation-sites/issues/9521
A single button in a expanded button group was not expanded.

Changes:
- Add `width:100%` to the button when it is the only one in the button
group.

Note: The way we are currently handling button groups is really dirty.

8 years agoPartially fix #9464 - Incorrect documentation of DropdownMenu options 9520/head
Nicolas Coden [Sun, 18 Dec 2016 02:49:19 +0000 (03:49 +0100)] 
Partially fix #9464 - Incorrect documentation of DropdownMenu options

See: https://github.com/zurb/foundation-sites/issues/9464

8 years agoFix #9518 - Incorrect documentation for `@function grid-column` 9519/head
Nicolas Coden [Sun, 18 Dec 2016 00:08:24 +0000 (01:08 +0100)] 
Fix #9518 - Incorrect documentation for `@function grid-column`

Fix #9618

`@function grid-column` takes a list as argument and not a string.

8 years agoMerge pull request #9511 from zurb/dropdown-event-descriptions
Kevin Ball [Fri, 16 Dec 2016 00:48:51 +0000 (16:48 -0800)] 
Merge pull request #9511 from zurb/dropdown-event-descriptions

Update description of the events fired by dropdown plugin

8 years agoAdd touch dependency to customizer for slider
Kevin Ball [Fri, 16 Dec 2016 00:13:40 +0000 (16:13 -0800)] 
Add touch dependency to customizer for slider

8 years agoUpdate description of the events fired by dropdown plugin 9511/head
Kevin Ball [Fri, 16 Dec 2016 00:08:34 +0000 (16:08 -0800)] 
Update description of the events fired by dropdown plugin

8 years agometeor version update
Kevin Ball [Thu, 15 Dec 2016 23:03:10 +0000 (15:03 -0800)] 
meteor version update

8 years agoMerge pull request #9506 from zurb/docs-sass-includes-list
Kevin Ball [Thu, 15 Dec 2016 23:02:50 +0000 (15:02 -0800)] 
Merge pull request #9506 from zurb/docs-sass-includes-list

Full list of includes for Sass docs

8 years agoFix what-input in customizer 9529/head
Kevin Ball [Thu, 15 Dec 2016 18:34:19 +0000 (10:34 -0800)] 
Fix what-input in customizer

8 years agoMerge tag 'v6.3.0'
Kevin Ball [Thu, 15 Dec 2016 16:58:43 +0000 (08:58 -0800)] 
Merge tag 'v6.3.0'

8 years agoFix customizer setup for 6.3 v6.3.0
Kevin Ball [Thu, 15 Dec 2016 16:54:01 +0000 (08:54 -0800)] 
Fix customizer setup for 6.3

8 years agoFull list of includes for Sass docs 9506/head
Jeremy Englert [Thu, 15 Dec 2016 08:11:50 +0000 (01:11 -0700)] 
Full list of includes for Sass docs

8 years agoUpdate everything to 6.3.0
Kevin Ball [Thu, 15 Dec 2016 00:59:13 +0000 (16:59 -0800)] 
Update everything to 6.3.0

8 years agoAdd tabcordion to search terms for responsive accordion tabs
Kevin Ball [Wed, 14 Dec 2016 23:56:41 +0000 (15:56 -0800)] 
Add tabcordion to search terms for responsive accordion tabs

8 years agoMerge pull request #9498 from dgdblank/patch-2
Nicolas Coden [Wed, 14 Dec 2016 19:54:44 +0000 (20:54 +0100)] 
Merge pull request #9498 from dgdblank/patch-2

Clarify data-toggle to use responsive-toggle

8 years agoFix extra variable left in
Kevin Ball [Wed, 14 Dec 2016 19:26:23 +0000 (11:26 -0800)] 
Fix extra variable left in

8 years agoFix docs nav to remove duplicate, add JS on responsive accordion tabs
Kevin Ball [Wed, 14 Dec 2016 18:35:55 +0000 (10:35 -0800)] 
Fix docs nav to remove duplicate, add JS on responsive accordion tabs

8 years agoUpdate yarn lock
Kevin Ball [Wed, 14 Dec 2016 18:14:13 +0000 (10:14 -0800)] 
Update yarn lock

8 years agoMerge branch 'develop' into v6.3
Kevin Ball [Wed, 14 Dec 2016 17:43:06 +0000 (09:43 -0800)] 
Merge branch 'develop' into v6.3

8 years agoMerge pull request #9443 from ncoden/fix/9427-dropdown-menu-mouseout
Kevin Ball [Wed, 14 Dec 2016 17:42:49 +0000 (09:42 -0800)] 
Merge pull request #9443 from ncoden/fix/9427-dropdown-menu-mouseout

Fix #9427 - Dropdown menu mouseout ignored

8 years agoUse jQuery data instead of this to save delay 9443/head
Nicolas Coden [Wed, 14 Dec 2016 17:40:46 +0000 (18:40 +0100)] 
Use jQuery data instead of this to save delay

It allow to destroy the saved datas more easily.

8 years agoFix reveal overlay bug on some android browsers
Kevin Ball [Wed, 14 Dec 2016 00:46:48 +0000 (16:46 -0800)] 
Fix reveal overlay bug on some android browsers

8 years agoadjusts left padding on topbar toggle
RafiBomb [Tue, 13 Dec 2016 22:57:04 +0000 (14:57 -0800)] 
adjusts left padding on topbar toggle

8 years agofixes top-bar responsive menu position
RafiBomb [Tue, 13 Dec 2016 22:36:02 +0000 (14:36 -0800)] 
fixes top-bar responsive menu position

8 years agoClarify data-toggle to use responsive-toggle 9498/head
Danielle Blank [Tue, 13 Dec 2016 21:39:20 +0000 (13:39 -0800)] 
Clarify data-toggle to use responsive-toggle

When trying to use the responsive-menu feature, I kept getting an error that '#' was not a valid method, because the element id was not being passed with data-toggle trigger. Added notes to clarify that the menu id should also be set on data-toggle: `data-toggle="MENUID"`.

8 years agoMerge pull request #9474 from zurb/newoffcdocs
Rafi [Mon, 12 Dec 2016 23:03:01 +0000 (15:03 -0800)] 
Merge pull request #9474 from zurb/newoffcdocs

New Off-canvas docs (WIP)

8 years agoMerge branch 'develop' into v6.3
Kevin Ball [Mon, 12 Dec 2016 21:45:26 +0000 (13:45 -0800)] 
Merge branch 'develop' into v6.3

8 years agoMerge pull request #9491 from zurb/fix-history-behavior-in-deeplinking
Kevin Ball [Mon, 12 Dec 2016 21:45:15 +0000 (13:45 -0800)] 
Merge pull request #9491 from zurb/fix-history-behavior-in-deeplinking

Fix back button/history behavior in deep linking

8 years agoMake magellan on magellan docs sticky on small
Kevin Ball [Mon, 12 Dec 2016 21:40:48 +0000 (13:40 -0800)] 
Make magellan on magellan docs sticky on small

8 years agoMerge pull request #9490 from zurb/fix-parent-link-drilldown-keyboard
Kevin Ball [Mon, 12 Dec 2016 19:56:18 +0000 (11:56 -0800)] 
Merge pull request #9490 from zurb/fix-parent-link-drilldown-keyboard

Fix keyboard usage on drilldowns with parent link

8 years agoCalc points on init in magellan so it doesn't break when loaded after window load 9491/head
Kevin Ball [Mon, 12 Dec 2016 19:55:34 +0000 (11:55 -0800)] 
Calc points on init in magellan so it doesn't break when loaded after window load

8 years agoFix back button/history behavior in deep linking
Kevin Ball [Mon, 12 Dec 2016 19:33:02 +0000 (11:33 -0800)] 
Fix back button/history behavior in deep linking

8 years agoFix keyboard usage on drilldowns with parent link 9490/head
Kevin Ball [Mon, 12 Dec 2016 17:57:22 +0000 (09:57 -0800)] 
Fix keyboard usage on drilldowns with parent link

8 years agoAdd some corrections to the off canvas docs and document some missing options. 9474/head
Brett Mason [Sun, 11 Dec 2016 20:55:52 +0000 (20:55 +0000)] 
Add some corrections to the off canvas docs and document some missing options.

8 years agoPackage up 6.3.0-rc3 v6.3.0-rc3
Kevin Ball [Fri, 9 Dec 2016 22:16:17 +0000 (14:16 -0800)] 
Package up 6.3.0-rc3

8 years agoMerge branch 'v6.3' into develop
Kevin Ball [Fri, 9 Dec 2016 22:11:52 +0000 (14:11 -0800)] 
Merge branch 'v6.3' into develop

8 years agoMerge pull request #9485 from zurb/fix-deploy-build
Kevin Ball [Fri, 9 Dec 2016 22:11:26 +0000 (14:11 -0800)] 
Merge pull request #9485 from zurb/fix-deploy-build

Fix deploy dist build

8 years agoMerge pull request #9482 from zurb/update-resource-paths
Kevin Ball [Fri, 9 Dec 2016 22:11:10 +0000 (14:11 -0800)] 
Merge pull request #9482 from zurb/update-resource-paths

Update resource paths for new dist paths

8 years agoFix deploy dist build 9485/head
Kevin Ball [Fri, 9 Dec 2016 22:06:05 +0000 (14:06 -0800)] 
Fix deploy dist build

8 years agoUpdate resource paths for new dist paths 9482/head
Kevin Ball [Fri, 9 Dec 2016 19:05:40 +0000 (11:05 -0800)] 
Update resource paths for new dist paths

8 years agoMerge pull request #9477 from DaSchTour/package-js-path
Kevin Ball [Fri, 9 Dec 2016 19:03:09 +0000 (11:03 -0800)] 
Merge pull request #9477 from DaSchTour/package-js-path

Correct path to JS dist in package.json

8 years agoMerge pull request #9481 from zurb/remove-yeti-launch-references-from-docs
Kevin Ball [Fri, 9 Dec 2016 18:57:35 +0000 (10:57 -0800)] 
Merge pull request #9481 from zurb/remove-yeti-launch-references-from-docs

Remove yeti launch references

8 years agoMerge branch 'master' into develop
Kevin Ball [Fri, 9 Dec 2016 18:47:14 +0000 (10:47 -0800)] 
Merge branch 'master' into develop

8 years agoRemove yeti launch references 9480/head 9481/head
Kevin Ball [Fri, 9 Dec 2016 18:43:26 +0000 (10:43 -0800)] 
Remove yeti launch references

8 years agoMerge pull request #9475 from zurb/trigger-mutates-on-toggles
Kevin Ball [Fri, 9 Dec 2016 17:02:53 +0000 (09:02 -0800)] 
Merge pull request #9475 from zurb/trigger-mutates-on-toggles

Trigger mutates on toggler & responsive nav show

8 years agoCorrect path, looks like the files were moved in 6.3 9477/head
Daniel Schuba [Fri, 9 Dec 2016 11:17:00 +0000 (12:17 +0100)] 
Correct path, looks like the files were moved in 6.3