-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(styles): add css folder to sideEffects #11608
Conversation
✅ Deploy Preview for carbon-components-react ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
I was thinking about this and I now wonder if
find ./packages/styles/scss |grep -e "\.css" |
@metonym I think it's in there to catch any "vendor" style CSS, originally I think we had flatpickr styles fall under there but we must have converted that file to Let me know if that makes sense! |
Co-authored-by: Anna Wen <[email protected]>
Closes #11599
Add the
css
folder and files tosideEffects
inpackage.json
Changelog
New
Changed
sideEffects
field inpackage.json
now includes thecss
folderRemoved