You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.
Hello,
I'm unfamiliar with sass (.scss) and am unsure if your traditional reference to a css stylesheet was a mistake or if I need to take some actions to see sass's rendition on the browser. None of the examples renders the stylesheet. Even if i edited the src in html to the .scss sheet, it doesn't render properly.
Is this linked to the npm install of gulp and sass?
Thank you.
The text was updated successfully, but these errors were encountered:
You have to compile the scss files into css files. There are a number of ways to do this, but one of the most common ways is to use a taskrunner like Gulp.
Also you can install Prepros [ https://prepros.io ] and drag inside the program the sass file (scss). This program compile into the css. Is very easy, try it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I'm unfamiliar with sass (.scss) and am unsure if your traditional reference to a css stylesheet was a mistake or if I need to take some actions to see sass's rendition on the browser. None of the examples renders the stylesheet. Even if i edited the src in html to the .scss sheet, it doesn't render properly.
Is this linked to the npm install of gulp and sass?
Thank you.
The text was updated successfully, but these errors were encountered: