2010-01-28 07:44:46 +00:00
|
|
|
%h1= item[:title]
|
|
|
|
|
2010-04-26 02:03:52 +00:00
|
|
|
= yield
|
|
|
|
|
2010-03-28 06:23:45 +00:00
|
|
|
%p
|
|
|
|
This file can be imported using:
|
2010-04-21 16:09:10 +00:00
|
|
|
%code @import "#{departialize(item[:stylesheet][0..-6])}"
|
2010-03-28 06:23:45 +00:00
|
|
|
|
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.
|
|
|
|
|
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"
|