Here is what I have done:
I am following the teaching track set by CS50w by Harvard. I have an html file called variables.
Thanks!
I installed the latest version of SASS for windows (1.77.2 64x), I have typed: ‘sass variables.scss:variables.css’ into my terminal. That seemed to work well. Then I typed: sass –wathc variables.scss:variables.css into my terminal and I got: ‘[2024-05-20 14:32:30] Compiled variables.scss to variables.css.
Sass is watching for changes. Press Ctrl-C to stop.’ I also changed the href to just variables.css. No error signs are showing anywhere.
When I open variables.html the changes are not made at all as if it is not recognizing the changes listen out by my scss and css files. I will include a screenshot. Any ideas? picture of my vscode project
Nathan Gentala is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.