Commit 5801c4d7 authored by Mark Otto's avatar Mark Otto
Browse files

capitalize Less in makefile, add print less file (not yet compiled)

parent b9adae14
Showing with 19 additions and 1 deletion
+19 -1
...@@ -42,7 +42,7 @@ watch: ...@@ -42,7 +42,7 @@ watch:
echo "Watching less files..."; \ echo "Watching less files..."; \
watchr -e "watch('lib/.*\.less') { system 'make' }"; \ watchr -e "watch('lib/.*\.less') { system 'make' }"; \
else \ else \
echo "You must have the watchr installed in order to watch Bootstrap less files."; \ echo "You must have the watchr installed in order to watch Bootstrap Less files."; \
echo "You can install it by running: gem install watchr"; \ echo "You can install it by running: gem install watchr"; \
fi fi
......
/*!
* Bootstrap @VERSION for Print
*
* Copyright 2011 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: @DATE
*/
// HIDE UNECESSARY COMPONENTS
// --------------------------
.navbar-fixed {
display: none;
}
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment