compass/doc-src/layouts/partials/reference/imports.haml

7 lines
249 B
Plaintext
Raw Normal View History

2010-01-24 03:44:22 +00:00
- if (imported_libs = imports(@item)).any?
%h2 Imports
%p
The following sass files are automatically imported when you import this file:
2010-01-24 03:44:22 +00:00
%ol
- imported_libs.each do |import|
= render "partials/reference/import", :import => import