0
how i can import my scss file into html page?
for .scss
4 ответов
+ 4
@import _filename;
@import "variables";
@import "colors";
you can't @import your scss file into HTML page you import in your css...
https://www.quora.com/How-do-I-insert-an-SCSS-file-into-HTML
+ 3
there are two meanings.
if you mean using scss in Sololearn code playground, you need to include the library
https://code.sololearn.com/WX5I0OwuD1Js/?ref=app
if you mean using scss in production, install Node.js and install the module to generate result css files.
+ 2
Gordon thanks for a better answer as I always get stuck bouncing between languages and scss / sass methods
+ 1
BroFar 🤝