I am currently trying to handle the loading, and I am trying to figure out where I should edit the CSS. I created a custom.css.scss file to edit the settings in the app / assets / stylesheets folder, however, when I add rules that they often seem to be overridden, I find that I need to edit some elements by going to the external -sass boot libraries resource and drilling down to the folder .. / stylesheets / bootstrap, where then I need to look for the appropriate style to change. I'm sure I am doing it wrong, is there something I should do to ensure that my custom.css.scss takes precedence? Any help is much appreciated!
source
share