mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
update makefile and little comments
This commit is contained in:
parent
e91a74e8e8
commit
08c318e008
5 changed files with 5 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -5,6 +5,6 @@
|
|||
build:
|
||||
@lessc ./lib/bootstrap.less > ./bootstrap-1.0.0.css
|
||||
@lessc ./lib/bootstrap.less > ./bootstrap-1.0.0.min.css --compress
|
||||
@echo "bootstrap successfully built!"
|
||||
@echo "Bootstrap successfully built! - `date`"
|
||||
|
||||
.PHONY: build
|
2
bootstrap-1.0.0.css
vendored
2
bootstrap-1.0.0.css
vendored
|
@ -669,7 +669,7 @@ span.html__attr_value {
|
|||
}
|
||||
/*
|
||||
* Forms.less
|
||||
* Base line styles for various input types, form layouts, and states
|
||||
* Base styles for various input types, form layouts, and states
|
||||
*/
|
||||
/* Global form styles
|
||||
-------------------------------------------------- */
|
||||
|
|
|
@ -536,7 +536,6 @@
|
|||
</section>
|
||||
|
||||
|
||||
|
||||
<section id="tables">
|
||||
<div class="page-header">
|
||||
<h1>Tables <small>For, you guessed it, tabular data</small></h1>
|
||||
|
|
2
lib/bootstrap.less
vendored
2
lib/bootstrap.less
vendored
|
@ -3,6 +3,8 @@
|
|||
* This file is only for importing all required stylesheets for LESS to include and then compile.
|
||||
*/
|
||||
|
||||
|
||||
|
||||
// CSS Reset
|
||||
@import "reset.less";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* Forms.less
|
||||
* Base line styles for various input types, form layouts, and states
|
||||
* Base styles for various input types, form layouts, and states
|
||||
*/
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue