How do I include a CSS file for custom styling in my custom component?

Hi @nl-setech,

It's funny that just over an hour ago I was having the same problem and managed to solve it with a post I saw.

Name the .css file to output.css ans the just import './output.css' in the index.tsx.

1 Like