| Class | Less::Rails::ImportProcessor |
| In: |
lib/less/rails/import_processor.rb
|
| Parent: | Object |
| IMPORT_SCANNER | = | /@import\s*(?:\([a-z, ]+\))*\s*['"]([^'"]+)['"]\s*;/.freeze | lesscss.org/features/#import-options | |
| PATHNAME_FINDER | = | Proc.new do |scope, path| begin scope.resolve(path) |