Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Commit

Permalink
Foundation build to bower-foundation
Browse files Browse the repository at this point in the history
  • Loading branch information
mhayes committed Mar 13, 2014
1 parent 3aeeb40 commit dfa5368
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion js/foundation.js
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@

e.preventDefault();
alertBox[settings.animation](settings.speed, function () {
S(this).trigger('close').remove();
S(this).trigger('closed').remove();
settings.callback();
});
});
Expand Down
2 changes: 1 addition & 1 deletion js/foundation.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/foundation/foundation.alert.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

e.preventDefault();
alertBox[settings.animation](settings.speed, function () {
S(this).trigger('close').remove();
S(this).trigger('closed').remove();
settings.callback();
});
});
Expand Down
2 changes: 1 addition & 1 deletion scss/foundation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

// Behold, here are all the Foundation components.
@import
"foundation/components/grid",
"foundation/components/accordion",
"foundation/components/alert-boxes",
"foundation/components/block-grid",
Expand All @@ -19,6 +18,7 @@
"foundation/components/dropdown-buttons",
"foundation/components/flex-video",
"foundation/components/forms",
"foundation/components/grid",
"foundation/components/inline-lists",
"foundation/components/joyride",
"foundation/components/keystrokes",
Expand Down
1 change: 1 addition & 0 deletions scss/foundation/components/_accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// Licensed under MIT Open Source

@import "global";
@import "grid";

//
// @variables
Expand Down

0 comments on commit dfa5368

Please sign in to comment.