Merge pull request #562 from nsteiner/smacss

adding smacss submodule
This commit is contained in:
Thomas Reynolds 2012-08-14 13:43:57 -07:00
commit b3fd8629d3
11 changed files with 35 additions and 0 deletions

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "middleman-more/lib/middleman-more/templates/smacss"]
path = middleman-more/lib/middleman-more/templates/smacss
url = git@github.com:nsteiner/middleman-smacss.git

View file

@ -0,0 +1 @@
%footer © 2012

View file

@ -0,0 +1 @@
%h1 Middleman

View file

@ -0,0 +1,13 @@
!!! 5
%html
%head
%title Middleman
%meta{:charset => "utf-8"}
%meta{:content => "Middleman", :name => "description"}
%meta{:content => "on", "http-equiv" => "cleartype"}
%meta{:content => "IE=edge,chrome=1", "http-equiv" => "X-UA-Compatible"}
%link{:href => "stylesheets/style.css", :rel => "stylesheet"}
%body
= yield
= render_partial 'footer'

View file

@ -0,0 +1,2 @@
/* Base
================================================== */

View file

@ -0,0 +1,2 @@
/* Layout
================================================== */

View file

@ -0,0 +1,2 @@
/* States
================================================== */

View file

@ -0,0 +1,2 @@
/* Themes
================================================== */

View file

@ -0,0 +1,2 @@
/* Buttons
================================================== */

View file

@ -0,0 +1,7 @@
@import
"0.site-settings",
"1.base",
"2.layout",
"3.states",
"4.themes",
"modules/btn";