compass/doc-src/layouts/reference.haml

22 lines
503 B
Plaintext
Raw Normal View History

%h1= item[:title]
= yield
%p
This file can be imported using:
%code @import "#{departialize(item[:stylesheet][0..-6])}"
2010-03-30 00:49:48 +00:00
%p
2010-08-27 06:02:37 +00:00
- gh_url = "http://github.com/chriseppstein/compass/blob/stable/frameworks/"
2010-03-30 00:49:48 +00:00
- gh_url << "#{item[:framework]}/stylesheets/#{item[:stylesheet]}"
View the
%a{:href => gh_url} Source for this module on Github.
= render "partials/reference/examples"
= render "partials/reference/imports"
2010-01-28 17:18:08 +00:00
= render "partials/reference/constants"
2010-03-28 04:17:53 +00:00
= render "partials/reference/mixins"