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
There's currently still in development the implementation of the package importer for Sass. This should in the future use the package.json to correctly resolve package imports/use/forward calls. Keep an eye on this so that once it has been implemented I can update the package.json exports property and remove a lot of the currently required root forwarding files such as:
Problem
There's currently still in development the implementation of the package importer for Sass. This should in the future use the
package.json
to correctly resolve package imports/use/forward calls. Keep an eye on this so that once it has been implemented I can update the package.jsonexports
property and remove a lot of the currently required root forwarding files such as:./config.scss
./usage.scss
./css.scss
./palette.scss
./theme.scss
./root.scss
References:
GitHub issues:
The text was updated successfully, but these errors were encountered: