pbeshai / react-taco-table

A table component for React based on column configuration :taco:
http://pbeshai.github.io/react-taco-table/
MIT License
30 stars 7 forks source link

Make `react-taco-table/style/taco-table.css` work when requiring from an external project #12

Closed pbeshai closed 8 years ago

pbeshai commented 8 years ago

You should be able to access the stylesheet by

import 'react-taco-table/style/taco-table.css'
pbeshai commented 8 years ago

Ended up doing it as import 'react-taco-table/dist/react-taco-table.css'