File tree 1 file changed +4
-4
lines changed
core/lib/compass/configuration
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ def to_sass_plugin_options
37
37
plugin_opts [ :load_paths ] += resolve_additional_import_paths
38
38
# TODO: When sprites are extracted to their own plugin, this
39
39
# TODO: will need to be extracted to there.
40
- if defined? ( Compass ::SpriteImporter . new )
41
- plugin_opts [ :load_paths ] << Compass ::SpriteImporter . new
40
+ if defined? ( Compass ::Sprites :: Importer . new )
41
+ plugin_opts [ :load_paths ] << Compass ::Sprites :: Importer . new
42
42
end
43
43
plugin_opts [ :full_exception ] = ( environment == :development )
44
44
plugin_opts
@@ -95,8 +95,8 @@ def sass_load_paths
95
95
end
96
96
# TODO: When sprites are extracted to their own plugin, this
97
97
# TODO: will need to be extracted to there.
98
- if defined? ( Compass ::SpriteImporter . new )
99
- load_paths << Compass ::SpriteImporter . new
98
+ if defined? ( Compass ::Sprites :: Importer . new )
99
+ load_paths << Compass ::Sprites :: Importer . new
100
100
end
101
101
load_paths
102
102
end
You can’t perform that action at this time.
0 commit comments