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