Closed GeorgeTaveras1231 closed 3 weeks ago
@gpbl Sorry if the PR lacked context. Here are some more details:
The issue with the current package.json exports is that Sass requires the extension to be omitted when importing plain CSS - this is necessary for it to differentiate between runtime and build-time imports. See their docs on how @import
works.
I will answer the other questions inline 😌
@GeorgeTaveras1231 it makes sense to me! Thanks for your insight here (and for saving me from reading Sass manuals :)
Thanks @gpbl! I will be on the lookout for the next release 😌
Pull Request Template
Thanks for your PR! Make sure you have read the CONTRIBUTING guide.
What's Changed
Allows consumers to import base CSS using SASS. This gives consumers more flexibility to manipulate the base CSS. For example, forcing the styles under a CSS layer
OR, forcing the styles to be scoped under a selector
Type of Change
Tips for a good PR
Thanks
Additional Notes
Add any extra comments or questions here.