react-bnb-gallery
react-bnb-gallery copied to clipboard
Separate CSS styles from the source code
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.
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.