I'm having a problem using chosen-js where the styles aren't loading. I'm using webpack, so I'm not sure if there is an additional css file I need to include, but the npm package doesn't seem to have any additional css files.
It seems like it's just rendering as a normal list, and the styles are not imported.
So my question is, do I have to import an additional .css file for chosen.js to work (with webpack)?


