Open dragonmasterhk opened 5 years ago
You need a SCSS compiler to turn the .scss into .css file.
That is beyond the scope of our basic frontend training. For quick modifications, you can try those .css files, which you use to include in your HTML header.
You need a SCSS compiler to turn the .scss into .css file.
That is beyond the scope of our basic frontend training. For quick modifications, you can try those .css files, which you use to include in your HTML header.
Thanks Pili, I downloaded a SCSS compiler and successfully modified it.
Good to know! Kudos on learning the new tool and SCSS syntax.
Can you put some pointers here for others reference?
i.e. given the information above, others can also reproduce your modification.
I notice some websites use .scss to write css style seperately instead of putting them together in the head part. I tried to write my own css in the .scss document and added a class in the web page, but it didn't work for the web page, why is that?