-
-
Notifications
You must be signed in to change notification settings - Fork 369
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
feat(ant-design-vue): support css-in-js
import style
#703
Conversation
|
Found this is no need ToT |
I upgraded to ant-design-vue v4 and had an error:
Now I using the AntDesignVueResolver({
importStyle: 'less',
}), I think this PR could fix it, @JohnsonHuang4396 could you reopen it? |
And now the ant-design-vue latest version is v4, could you set the |
I'm glad that this PR is helpful to you, but I think the CSSinJS option is exactly the same as the Less option, just with different name. But I can't figure out a better way, so I closed this PR. |
Thanks for the response. I think that although the functionality is the same, the option value still has meaning to the user. Just like for package users "less" and "CSSinJS" are different. 🤔 |
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
css-in-js
import style
Description
Support Ant-Design Vue 4.x
Previously, AntDesignVueResolver could only import CSS files, but now supports the introduction of CSS inJS files
Linked Issues
Additional context