-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fix(variables-scss): Export in JS barrel file #DS-1503 #1687
Conversation
✅ Deploy Preview for spirit-design-system ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for spirit-design-system-storybook canceled.
|
I think it would be better to move |
Btw, in export const themes = {
themeLightDefault: {
colors: themeLightDefault.colors
},
themeLightOnBrand: {
colors: themeLightOnBrand.colors
},
}; There should be a comma |
02439da
to
36a7881
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work. I have written a few suggestion for a better (and much smaller) ESLint configuration and also send a fixup with the ignore of the desing-tokens
package from the root configuration.
Every package with its own ESLint configuration should be ignored by the root one so they are not in the collision (yeah, I know, this should be refactored).
already fixed |
I am not sure if I understand and where the problem is. |
5eae864
to
ad45fa3
Compare
ad45fa3
to
f8ee137
Compare
414b129
to
bd4326b
Compare
Description
Additional context
Issue reference