adding smacss as files instead of a submodule
This commit is contained in:
parent
893b7baafd
commit
7fb6766d4d
10 changed files with 32 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
%footer © 2012
|
|
@ -0,0 +1 @@
|
|||
%h1 Middleman
|
|
@ -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'
|
|
@ -0,0 +1,2 @@
|
|||
/* Base
|
||||
================================================== */
|
|
@ -0,0 +1,2 @@
|
|||
/* Layout
|
||||
================================================== */
|
|
@ -0,0 +1,2 @@
|
|||
/* States
|
||||
================================================== */
|
|
@ -0,0 +1,2 @@
|
|||
/* Themes
|
||||
================================================== */
|
|
@ -0,0 +1,2 @@
|
|||
/* Buttons
|
||||
================================================== */
|
|
@ -0,0 +1,7 @@
|
|||
@import
|
||||
"0.site-settings",
|
||||
"1.base",
|
||||
"2.layout",
|
||||
"3.states",
|
||||
"4.themes",
|
||||
"modules/btn";
|
Loading…
Reference in a new issue