Skip to content
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

Merged
merged 4 commits into from
Aug 3, 2018

Conversation

qingyashu
Copy link
Contributor

Move base.less to @gen3/ui-component and now importing this module.

@@ -1,4 +1,4 @@
@import '../../css/base.less';
@import '../../../node_modules/@gen3/ui-component/dist/css/base.less';
Copy link
Contributor

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/...' ?

@abgeorge7
Copy link
Contributor

The text we fixed from black to white is black again on this branch also just fyi

@qingyashu
Copy link
Contributor Author

Rebased. Check again~

Copy link
Contributor

@abgeorge7 abgeorge7 left a 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 ~ ?

@qingyashu
Copy link
Contributor Author

Just some less-loader import rules: https://www.npmjs.com/package/less-loader#webpack-resolver

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants