farfromrefug / react-xterm

52 stars 27 forks source link

CSS #1

Closed rileytg closed 7 years ago

rileytg commented 7 years ago

(Thanks for putting this component together, works perfectly for my needs)

I included the CSS from upstream xterm releases (totally works for me). How do you recommend including it?

I haven't seen much about this kinda thing (css) in 3rd party React components.

Ideally I'd like to

import 'react-xterm/css'

or something along those lines...

farfromrefug commented 7 years ago

@rileytg you should not include the css in that react module. It comes with the xterm module. react-xterm requires xterm thus the css is in node_modules/xterm

rileytg commented 7 years ago

👌