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
Dart Sass's command-line interface doesn't look for imports in any location that's not explicitly provided as a --load-path on the command line. Node Sass's CLI may behave differently.
given:
sass src/css/video-js.scss dist/video-js.css
& in
video-js.scss
this import does not work for dart-sass, but did in node-sass:Though with dart-sass, this does work:
Is this expected behavior or a bug?
The text was updated successfully, but these errors were encountered: