7 lines
249 B
Plaintext
7 lines
249 B
Plaintext
- if (imported_libs = imports(@item)).any?
|
|
%h2 Imports
|
|
%p
|
|
The following sass files are automatically imported when you import this file:
|
|
%ol
|
|
- imported_libs.each do |import|
|
|
= render "partials/reference/import", :import => import |