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 dfa5368 commit 098dcaf
Show file tree
Hide file tree
Showing 8 changed files with 127 additions and 7 deletions.
120 changes: 120 additions & 0 deletions css/foundation.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/foundation.min.css

Large diffs are not rendered by default.

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('closed').remove();
S(this).trigger('close').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('closed').remove();
S(this).trigger('close').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,6 +7,7 @@

// Behold, here are all the Foundation components.
@import
"foundation/components/grid",
"foundation/components/accordion",
"foundation/components/alert-boxes",
"foundation/components/block-grid",
Expand All @@ -18,7 +19,6 @@
"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: 0 additions & 1 deletion scss/foundation/components/_accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// Licensed under MIT Open Source

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

//
// @variables
Expand Down
3 changes: 2 additions & 1 deletion scss/foundation/components/_grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ $total-columns: 12 !default;
$position:false) {

// If positioned for default .column, include relative position
@if $position {
// push and pull require position set
@if $position or $push or $pull {
position: relative;
}

Expand Down

0 comments on commit 098dcaf

Please sign in to comment.