How do you include the these css files into component as dependencies?
For past couple days, I was trying to create a react component which based on couple of other react components as well, such as fix-data-table. I couldn't find a way to require css file into project. Am I missing anything here?
Thanks so much for the help.