-
-
Notifications
You must be signed in to change notification settings - Fork 396
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
EXP | With Fusion UI #17
Comments
@zangguojun what error are you seeing when doing so? |
|
The example demo: https://github.com/zangguojun/bilibili-classify |
Hi @zangguojun, This is happening because the Parcel CSS parser doesn't believe the imported CSS from This is due to the following line in the CSS file:
(The Here's the relevant Parcel issue discussing this. The way they say to solve it is to use something like patch-package to patch the CSS file in If you find a way to get this to work with Plasmo, it'd be amazing to share it with the community by submitting a PR to our examples repo. |
It looks like something like this was reported but the maintainer added a |
Technically, we can cook the |
Actually - postcss got this! parcel-bundler/parcel#7854 (comment) @zangguojun try adding that postcss plugin and see if it work - I think we can close this :D |
no working |
chore(deps): update react monorepo to v19 (major)
What is the example you wish to see?
I also know a UI component library that is widely used in Chinese communities, Fusion UI (or alibaba-fusion/next)
Fusion UI : https://github.com/alibaba-fusion/next
Is there any context that might help us understand?
I think Fusion UI and Ant Design UI are very similar in function and use.
I try to install @alifd/next and write
@import '@alifd/next/dist/next.css';
in index.css, but it was wrong when reading css files.This is not a very urgent matter, but I hope you can help me to create a little example or tell me why this is wrong in your spare time.
Thank you for your care.
Code of Conduct
The text was updated successfully, but these errors were encountered: