1
I’m learning web development and started messing with SCSS
in a layout but the browser is not pulling the same. It is being called along with the CSS
that is working normally on the page.
<link href="css/abert_painel.scss" rel="stylesheet">
<link href="../build/css/custom.css" rel="stylesheet">
Already the performance of SCSS
is being null and I get the following error message on inspector:
Why does this happen? How can I solve this problem?
SCSS shouldn’t be compiled into a . css file and then you reference this file? (. css)
– Leonardo Bosquett
We can guide you how to install tools to build . scss for . css, what is your Operating System? Do you have Node? Ruby installed? Or search how to compile . scss
– David
@David can. I’m using a mac
– SHRIMP