-
Notifications
You must be signed in to change notification settings - Fork 37
Can you make the style import seperate? #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thank you for taking the time to submit an Issue! |
Similar to when you import bootstrap styles |
The terminal styling is currently imported: https://github.com/jonmbake/react-terminal-ui/blob/master/src/index.tsx#L4. Currently there is not a great way to override the style that was imported. In order to allow style overrides, I think we'd have to add a prop like:
|
A simple way would just have the imports separately. You could import the package, and then import the css. This way you import the default styles and then put your own styles underneath to override them. |
Hi @majodu. Feel to submit a PR. |
Its kind of a pain to override some of the styles.
Is it possible to have the CSS separate from the code?
The text was updated successfully, but these errors were encountered: