adding smacss as files instead of a submodule

This commit is contained in:
Nate Steiner 2012-08-10 14:19:20 -04:00
parent 893b7baafd
commit 7fb6766d4d
10 changed files with 32 additions and 0 deletions

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";