compass/doc-src/layouts/partials/reference/import.haml
2010-12-08 23:02:20 -06:00

8 lines
313 B
Plaintext

- if path = reference_path(:stylesheet => import)
- imported_item = reference_item(:stylesheet => import)
%a{:href => path, :title => "@import #{import}"}= imported_item[:crumb] || imported_item[:title]
- if imported_item[:meta_description]
– #{imported_item[:meta_description]}
- else
= import