Commit 08c318e0 authored by Jacob Thornton's avatar Jacob Thornton

update makefile and little comments

parent e91a74e8
......@@ -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
\ No newline at end of file
......@@ -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>
......
......@@ -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";
......
/*
* Forms.less
* Base line styles for various input types, form layouts, and states
* Base styles for various input types, form layouts, and states
*/
......
Markdown is supported
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