We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cdc612 commit 4cba06bCopy full SHA for 4cba06b
lib/sassc/rails/importer.rb
@@ -94,7 +94,7 @@ def imports(path, parent_path)
94
return glob_imports(base, m[2], parent_path)
95
end
96
97
- # Compass and other gems us their own special loaders
+ # Compass and other gems use their own special loaders
98
# Hence making this to_s required to have a proper uniq set.
99
search_paths = ([parent_dir] + load_paths).map(&:to_s).uniq
100
0 commit comments