diff options
| author | Jacob Thornton <[email protected]> | 2011-10-19 22:42:49 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-10-19 22:42:49 -0700 |
| commit | 5ab84f942dadc02db57fbe9dbcc619a5eae3920a (patch) | |
| tree | a7364a87195a65281bb87b34ec480078a2ae5dde /lib/bootstrap.less | |
| parent | 8545fe97877dc275df40ab98d408f21ce9a362cf (diff) | |
| parent | 369b9720c6090985c678076eebb59c080c0ed27c (diff) | |
| download | bootstrap-5ab84f942dadc02db57fbe9dbcc619a5eae3920a.tar.xz bootstrap-5ab84f942dadc02db57fbe9dbcc619a5eae3920a.zip | |
Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip
Diffstat (limited to 'lib/bootstrap.less')
| -rw-r--r-- | lib/bootstrap.less | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/bootstrap.less b/lib/bootstrap.less index 62f2ce916..9665306fd 100644 --- a/lib/bootstrap.less +++ b/lib/bootstrap.less @@ -23,4 +23,7 @@ @import "type.less"; @import "forms.less"; @import "tables.less"; -@import "patterns.less";
\ No newline at end of file +@import "patterns.less"; + +// Responsive +@import "responsive.less";
\ No newline at end of file |
