2010-01-28 07:44:46 +00:00
|
|
|
= render "partials/breadcrumbs"
|
|
|
|
|
|
|
|
%h1= item[:title]
|
|
|
|
|
2010-03-28 06:23:45 +00:00
|
|
|
%p
|
|
|
|
This file can be imported using:
|
|
|
|
%code @import #{departialize(item[:stylesheet])}
|
|
|
|
|
2010-03-30 00:49:48 +00:00
|
|
|
%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.
|
|
|
|
|
2010-01-28 07:44:46 +00:00
|
|
|
= yield
|
|
|
|
|
2010-01-31 00:20:03 +00:00
|
|
|
= render "partials/reference/examples"
|
|
|
|
|
2010-01-28 07:44:46 +00:00
|
|
|
= 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"
|