Skip to content
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

Separate CSS styles from the source code #20

Open
pedropalau opened this issue Sep 25, 2019 · 1 comment
Open

Separate CSS styles from the source code #20

pedropalau opened this issue Sep 25, 2019 · 1 comment
Labels
importance medium Something to do can wait a little longer

Comments

@pedropalau
Copy link
Owner

This library is using an imported CSS file in the main JS file.

The idea is to separate the CSS file from the JS so that anyone can import it as a normal file.

@pedropalau pedropalau added the importance medium Something to do can wait a little longer label Sep 25, 2019
@pedropalau
Copy link
Owner Author

Right now this library is using a CSS-in-JS aproach, but I want a better way to allow customization and maybe use SASS with variables, such as Bootstrap, so, in that way the user can override the variables (colors, widths, fonts, etc.) used to render the library.

For now, I going to investigate more about this to check the better solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
importance medium Something to do can wait a little longer
Projects
None yet
Development

No branches or pull requests

1 participant