Vaibhav Dangra

Results 25 comments of Vaibhav Dangra

If related to Antd then do these 2 things - - If you import styles by specifying the `style` option of babel-plugin-import, change it from `'css'` to `true`, which will...

Right, need to correct this thing 😅

Hey @NeerajSingh7, I think you need to create a fork of this repo first in order to push the code change.

Alright, thanks for the help. I added travis ci for auto-deployment, I hope it'll help.

Will it be better to use .css files or better go with styled-components?

Repo isn't even forked by him, so you can do it @CmdEngineer

The main thing is materialize-css grid - `className="container"` `className="row"` `className="col "` I think we can use flexbox instead of this. A lot of things will be solved with the help...

> > materialize-css as it is having some security issues > > how does css introduce security issues? Three of its javascript component are having vulnerabilities and there's no patch...

Thanks for helping with this issue. I think it'll also teach me a lot about the testing environment as I am a beginner in this. 😅