diff options
| author | Mark Otto <[email protected]> | 2011-10-15 17:21:39 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-15 17:21:39 -0700 |
| commit | fbe22f05800a3ce4ae3a880914d8e03cb1e01d1b (patch) | |
| tree | 21dd13005097a13a7d675d7b9b8360132ef06cae /lib | |
| parent | f4fc56b1b3827254dd771536dcb2b711919f3867 (diff) | |
| download | bootstrap-fbe22f05800a3ce4ae3a880914d8e03cb1e01d1b.tar.xz bootstrap-fbe22f05800a3ce4ae3a880914d8e03cb1e01d1b.zip | |
updated index of docs to use html5 self closing tags, add responsive shell to bootstrap file
Diffstat (limited to 'lib')
| -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 |
