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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: