You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.The text was updated successfully, but these errors were encountered: