mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
capitalize Less in makefile, add print less file (not yet compiled)
This commit is contained in:
parent
b9adae14fc
commit
5801c4d766
2 changed files with 19 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
||||||
|
|
18
lib/print.less
Normal file
18
lib/print.less
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
/*!
|
||||||
|
* 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;
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue