compass/doc-src/layouts/reference.haml
2010-03-29 17:49:48 -07:00

24 lines
527 B
Plaintext

= render "partials/breadcrumbs"
%h1= item[:title]
%p
This file can be imported using:
%code @import #{departialize(item[:stylesheet])}
%p
- gh_url = "http://github.com/chriseppstein/compass/blob/master/frameworks/"
- gh_url << "#{item[:framework]}/stylesheets/#{item[:stylesheet]}"
View the
%a{:href => gh_url} Source for this module on Github.
= yield
= render "partials/reference/examples"
= render "partials/reference/imports"
= render "partials/reference/constants"
= render "partials/reference/mixins"