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
Source maps are generated correctly for deep nesting (import within import). So when I click on the source map link in DevTools It should open related scss file (featured-on.scss).
What I see in DevTools:
Actual behavior
It opens "base" file
System configuration
Sprockets "~> 4.1", ">= 4.1.1"
Ruby 3.1
Example
SCSS is bidirectional which makes me use deep nesting. So I have application-ltr.scss and application-rtl.scss. And they are doing import like this
Expected behavior
Source maps are generated correctly for deep nesting (
import
withinimport
). So when I click on the source map link in DevTools It should open related scss file (featured-on.scss
).What I see in DevTools:
Actual behavior
It opens "base" file
System configuration
Example
SCSS is bidirectional which makes me use deep nesting. So I have
application-ltr.scss
andapplication-rtl.scss
. And they are doing import like thisrequire_all.scss
looks like thisconfig
The text was updated successfully, but these errors were encountered: