You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem appeared after upgrading to version 3.5.3.
input.sass
@import"folder/FolderIcon.css" screen, projection
Actual results
The following error occurs:
Error: media query expression must begin with '('
on line 1 of ../../../../SharedFiles/import/sass/input.sass
>> @import "folder/FolderIcon.css" screen, "projection";
---------------------------------------^
Problem appeared after upgrading to version 3.5.3.
input.sass
Actual results
The following error occurs:
This error is typical only for indented syntax.
Expected result
P.S.: I use the
sass_option_push_import_extension
to add an.css
extension.The text was updated successfully, but these errors were encountered: