mirror of
https://github.com/danog/dart-sass.git
synced 2025-01-23 06:12:00 +01:00
1672178f64
`@at-root` should now work properly in a nested import as long as the only `@use` or `@forward` rules present are for built-in modules. This is a partial but not complete fix for #1347. It's a bit hacky to special case built-in modules here, but since they represent the only real legitimate case for using this combination of features, it lets us fix the bug for this case and avoid the bordering-on-infeasible work of fixing this for user-defined modules.