+ 6
Sass(scss) - Question here!🙂
So as u all know,we could import sass(scss)files from one file to another by the import tag...so what is the difference between importing scss files with sass partial syntax with like _filename(using of underscore) and normally importing scss files...
8 ответов
+ 4
+ 2
Sorry I never learned scss so I can't help.
Well I hope @curious codes official will help you they seems to be expert in it. They have series to.
Well see I found a resource for you
https://www.w3schools.com/sass/sass_import.php
+ 2
丹ⓨㄩک廾
oh,ok...👍
Yeah that is why I mentioned Curious Coders Official ....
Well I did see that page on w3schools,and I found the problem which from their....
+ 2
丹ⓨㄩک廾
No,I didn't meant like that....what I meant was that my problem came in to my mind after reading what's on w3schools....
+ 1
Dark stream ᴺ•ᵀ•ᴬˢᵘʳᵃᵖᵖᵘˡᶦ that w3 page is opening for me 😮
+ 1
Browser don't understand scss files so it needs to be converted to css.
What happens is if there is a scss file with name "main.scss" after converting it will be "main.css"
Files with name prefix with _ will not have a css file generated for them.
The main difference is that
_filename.scss will not have _filename.css generated
but
filename.scss will have filename.css generated
It is meant to store variables so that we can reuse them.
Hope this clears some questions.
+ 1
Ernest Brayce Oh,yeah ok tnx😀👍
0
Could some give some based working project ideas on C Language, I have hunting for this for a year 😥. It will be a great help for me, please🙏