feedi icon indicating copy to clipboard operation
feedi copied to clipboard

Add support to customize bulma styles

Open facundoolano opened this issue 1 year ago • 0 comments

The current CSS takes vanilla bulma and customizes it by overridding styles, in some cases by hardcoding and duplicating variables that could be reconfigured if we were building bulma from its Sass source.

  • Add support to build bulma from Sass (the compiled CSS shuold be checked in, the Sass customization shouldn't add setup overhead to run the app).
  • Replacce hardcoded values to bulma variable customizations.
  • Review main.css to look for potential improvements or further bulma customizations.

facundoolano avatar Dec 20 '23 18:12 facundoolano