2010-12-09 05:02:20 +00:00
|
|
|
- gh_url = "http://github.com/chriseppstein/compass/blob/stable/frameworks/"
|
|
|
|
- gh_url << "#{item[:framework]}/stylesheets/#{item[:stylesheet]}"
|
|
|
|
%a{:href => gh_url, :rel=>"github-source", :title=>"view source for this module on github"} Source on Github
|
|
|
|
|
2010-01-28 07:44:46 +00:00
|
|
|
%h1= item[:title]
|
|
|
|
|
2010-11-20 16:23:06 +00:00
|
|
|
- if item[:beta]
|
|
|
|
%p.beta
|
|
|
|
This module is fairly new and is currently in BETA (β).
|
|
|
|
|
2011-10-16 19:12:55 +00:00
|
|
|
= yield if block_given?
|
2010-04-26 02:03:52 +00:00
|
|
|
|
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-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"
|
|
|
|
|
2011-01-02 20:34:16 +00:00
|
|
|
= render "partials/reference/functions"
|
|
|
|
|
2010-03-28 04:17:53 +00:00
|
|
|
= render "partials/reference/mixins"
|
2012-03-13 16:21:05 +00:00
|
|
|
|
|
|
|
= render "partials/reference/selectors"
|