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
\ No newline at end of file
}
/*
* 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
-------------------------------------------------- */
</section>
-
<section id="tables">
<div class="page-header">
<h1>Tables <small>For, you guessed it, tabular data</small></h1>
* This file is only for importing all required stylesheets for LESS to include and then compile.
*/
+
+
// CSS Reset
@import "reset.less";
/*
* Forms.less
- * Base line styles for various input types, form layouts, and states
+ * Base styles for various input types, form layouts, and states
*/