Skip to content
This repository has been archived by the owner on Mar 20, 2018. It is now read-only.

Commit

Permalink
Did we forget to add HAML and SASS? Really?
Browse files Browse the repository at this point in the history
  • Loading branch information
hmans committed Dec 23, 2011
1 parent 99f5238 commit b560171
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
3 changes: 3 additions & 0 deletions lib/schreihals.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
require 'schreihals/version'
require 'sinatra'
require 'haml'
require 'sass'
require 'schnitzelstyle'
require 'document_mapper'

require 'active_support/core_ext/string/inflections'
Expand Down
12 changes: 11 additions & 1 deletion lib/views/schreihals.scss
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
body { color: red; background-color: green; }
@import 'schnitzelstyle';
@include schnitzel-complete;

.post {
margin: 5em 0;
.title {
margin-bottom: 1em;
.info { display: inline; margin-left: 1em; color: #999 }
}
.body { @include schnitzel-text }
}

0 comments on commit b560171

Please sign in to comment.