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,940
  • 4
  • 21
  • 49

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
  • 30,962
  • 25
  • 85
  • 135
Ahmad Shiddiq
  • 319
  • 2
  • 12