I'm learning web development and I started messing with SCSS
in a layout but the browser is not pulling the same. It is being called together with the CSS
file that is working normally on the page.
<link href="css/abert_painel.scss" rel="stylesheet">
<link href="../build/css/custom.css" rel="stylesheet">
Since the behavior of SCSS
is being null and I get the following error message in the inspector:
Why does this occur? How can I resolve this problem?