Skip to content

Commit

Permalink
Merge pull request sass#129 from sass/csuhta-sassc-script-value
Browse files Browse the repository at this point in the history
Correct reference to SassC::Script::Value::String
  • Loading branch information
bolandrm authored Jun 18, 2019
2 parents cd6e779 + f2b707c commit 440e025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sassc/rails/functions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
module Sprockets
module SassFunctions
def asset_data_url(path)
SassC::Script::String.new("url(" + sprockets_context.asset_data_uri(path.value) + ")")
::SassC::Script::Value::String.new("url(" + sprockets_context.asset_data_uri(path.value) + ")")
end
end
end
Expand Down

0 comments on commit 440e025

Please sign in to comment.