diff options
| author | Mark Otto <[email protected]> | 2013-12-15 14:14:09 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-15 14:14:09 -0800 |
| commit | f5c13a3e1b2beef5e3335a710993ff8b383d76f7 (patch) | |
| tree | ceb11b1f9f38a962973f4bd57be3762bcfeba3a4 /less | |
| parent | f6fe62cdf7327902267e89a79d78d42ee24db5b4 (diff) | |
| download | bootstrap-f5c13a3e1b2beef5e3335a710993ff8b383d76f7.tar.xz bootstrap-f5c13a3e1b2beef5e3335a710993ff8b383d76f7.zip | |
revert an earlier change to move the component-animations.less file because it fubared modal backdrop .fade usage
Diffstat (limited to 'less')
| -rw-r--r-- | less/bootstrap.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/bootstrap.less b/less/bootstrap.less index a46d8d3d4..b368b8710 100644 --- a/less/bootstrap.less +++ b/less/bootstrap.less @@ -16,6 +16,7 @@ @import "buttons.less"; // Components +@import "component-animations.less"; @import "glyphicons.less"; @import "dropdowns.less"; @import "button-groups.less"; @@ -44,6 +45,5 @@ @import "carousel.less"; // Utility classes -@import "component-animations.less"; @import "utilities.less"; @import "responsive-utilities.less"; |
