0

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!

Daniel_Knights
  • 7,024
  • 4
  • 17
  • 40

1 Answers1

0

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.

Dharman
  • 26,923
  • 21
  • 73
  • 125