I'm using node and npm install react-selectize
When I finishing implementing component in React JS, it doesn't have any css on it when displayed.
And I looked at node package, it has several *.styl node_module.
How should I be able to load those *.styl ? I use scss for our styling.
Did you link the CSS file to the HTML?
EX.
<link rel = "stylesheet" type = "text/css" href = "FILENAME.EXTENSION">
(this code is for HTML)