I just tried to create a project in clojurescript, that uses react-table. I import react-table like that
(:require [react-table :as rt :default ReactTable])
Obviously, this isn't imported CSS from react-table.
In javascript+React it would be
import "react-table/react-table.css"
Question: What I should do in the clojurescript? For now, I just copied CSS from react-table to my css folder and link it in my index.html