Open pedropalau opened 5 years ago
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.
This library is using an imported
CSS
file in the mainJS
file.The idea is to separate the
CSS
file from theJS
so that anyone can import it as a normal file.