-
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
Initial PR #1
Initial PR #1
Conversation
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.
@derek-heycar I get Failed to resolve a react-scripts package
while attempting to start storybook
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.
lgtm :) just have one question
packages/vars/src/typography.css
Outdated
@@ -0,0 +1,56 @@ | |||
:root { | |||
--font-family-system: Objektiv, sans-serif, 'Helvetica Neue', Helvetica, Arial; | |||
--font-family-styrene: Objektiv, sans-serif, 'Helvetica Neue', Helvetica, |
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.
what does styrene
mean?
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.
Thanks for noticing that. But actually, the css-variables package has not been finished yet. I thought to use it as an intermediate variable for the font, but I've checked, and it's not needed now.
I'll replace it.
test: cssRegex, | ||
}), | ||
|
||
// new OptimizeCSSAssetsPlugin({ |
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.
Should we rather remove those lines?
Initial PR