Ejemplo: cómo vincular scss a html
You can not "attach" a SASS/SCSS file to an HTML document.
SASS/SCSS is a CSS preprocessor that runs on the server and compiles to
CSS code that your browser understands.
https://www.javatpoint.com/sass-example
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)