-
Notifications
You must be signed in to change notification settings - Fork 44
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
PXD-1214 fix(css): import ui-component and change all refer to base.less #323
Conversation
src/components/cards/CountBox.less
Outdated
@@ -1,4 +1,4 @@ | |||
@import '../../css/base.less'; | |||
@import '../../../node_modules/@gen3/ui-component/dist/css/base.less'; |
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.
I don't think we want to import directly from node_modules
, can it just be @import '@gen3/ui-component/...'
?
The text we fixed from black to white is black again on this branch also just fyi |
c5110b3
to
df39f85
Compare
Rebased. Check again~ |
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.
why do some urls start with ~ ?
Just some less-loader import rules: https://www.npmjs.com/package/less-loader#webpack-resolver |
Move base.less to @gen3/ui-component and now importing this module.