Skip to content

Commit

Permalink
Update specs for @import/global builtins deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkme committed Jul 19, 2024
1 parent a5f980a commit c3b1cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/sass_importer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@
pathname = url.split(':')[1]
if pathname == 'midstream'
{
contents: "@import 'orange';",
contents: "@use 'orange';",
syntax: 'scss'
}
else
Expand Down

0 comments on commit c3b1cf0

Please sign in to comment.