2010-01-24 03:44:22 +00:00
|
|
|
- if (imported_libs = imports(@item)).any?
|
|
|
|
%h2 Imports
|
2010-03-28 06:21:07 +00:00
|
|
|
%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|
|
2010-03-28 06:21:07 +00:00
|
|
|
= render "partials/reference/import", :import => import
|