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
I use this theme and i love it, but out of the box the "main.css" file doesn't receive the new styles i wrote in the modules. I fixed my problem by renaming "main.css" to "reset.scss", and imported it in the top of "main.sass" . Now all the style files end up in the final "main.css" referenced in the head of index.html
I use this theme and i love it, but out of the box the "main.css" file doesn't receive the new styles i wrote in the modules. I fixed my problem by renaming "main.css" to "reset.scss", and imported it in the top of "main.sass" . Now all the style files end up in the final "main.css" referenced in the head of index.html
actual case: https://github.com/gisbusters/blog/tree/gh-pages/assets/css
Thank you!
The text was updated successfully, but these errors were encountered: