-
-
Notifications
You must be signed in to change notification settings - Fork 400
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
Antd Design Css module not Found . #103
Comments
import "antd/dist/antd.css" it has been abondened so it not working anymore, but you can use ' import 'antd/dist/reset.css'; |
use "antd/dist/reset.css"; first unistall antd and again install antd |
i have used antd/dist/reset.css file but it will not works why please help??? |
Antd has shifted its version . |
ERROR in ./src/App.js 28:39-45 |
Trying to import antd design css in index.js using
import "antd/dist/antd.css"
but its showing an error that .Module not found: Error: Can't resolve 'antd/dist/antd.css' in '/Users/parasnagpal0707/Documents/Projects/cryptoverse/src'
ERROR in ./src/index.js 8:0-28
Module not found: Error: Can't resolve 'antd/dist/antd.css' in '/Users/parasnagpal0707/Documents/Projects/cryptoverse/src'
Please Help me to resolve this issue .
The text was updated successfully, but these errors were encountered: