React-selectize unable to load css

189 Views Asked by At

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.

1

There are 1 best solutions below

2
On

Did you link the CSS file to the HTML?

EX. <link rel = "stylesheet" type = "text/css" href = "FILENAME.EXTENSION">

(this code is for HTML)