Some changes not processed
KayJay89 opened this issue · 1 comments
KayJay89 commented
Hi all,
I have one project up and running with Bulma-Start. However, I did find something (in my eyes) particularly weird. Some changes are just not being processed into the file.
I install everything correctly and run npm start
to start watching and compiling the main.scss
file into the final css file. I for example insert the below code in main.scss
:
h3 { background-color: red; margin-bottom: 5em; }
The above code is inserted at the second to last line, above @import "../node_modules/bulma/bulma";
, but what I notice is that the first change is processed, but the margin isn't. Is there any particular reason this is the case?
brianloweongit commented