Adds LESS Version of Skeleton

GRID:
- Added LESS logic so that grid columns are calculated from the total
width of the container

VARIABLES:
Hooked up color variables to fonts, buttons, border, backgrounds

BREAKPOINTS:
defined breakpoints by variables.

GRUNT:
Grunt will watch the less file and any time there is a change saved it
will compile to the css/skeleton.css file.
This commit is contained in:
WhatsNewSaes
2014-12-10 23:08:55 -05:00
parent 84acb36f5c
commit 43c19e5d00
5 changed files with 251 additions and 71 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
node_modules
css