The part of the code which does not work:
<link href="rStyle.scss" rel="stylesheet/scss" type="text/css">
I have also tried using simple CSS command, still nothing. I just started so any help would be appreciated!
The part of the code which does not work:
<link href="rStyle.scss" rel="stylesheet/scss" type="text/css">
I have also tried using simple CSS command, still nothing. I just started so any help would be appreciated!
You should compile the scss first if you use a text editor like vscode
that is available plugins called live-sass-compiler.
You need to install that and click the watch sass.
Please read the plugin documentation if you didn't understand.