SASS and SCSS (.scss)
i got a question ive got introduced to sass but in the tutorials they use
index.scss
file but they keep calling it sass ,as far i know sass and scss are different which got me confused can someone explain it to me pls .5 Replies
sass and css are the same
however, scss is a quasi-css compatible syntax, and sass is a terrible tab-based sintax
but why in tutorial they referred to it as sass and it .scss file .
because it's sass
and because it's scss files
it's all sass
but .sass files use the horrible syntax
and .scss files use the css-like syntax
alright i get it ,in my opinion sass isn`t horrible but it makes code hard for readers like in a team so its for one person business and you must get used to it unlike scss which is more cleaner and easier to learn .
scss is almost like css
if you don't have an
@import
, then a css file is valid scss
the sass syntax is python-like, which, in my opinion, is very horrible for css
im saying this because they made the decision to deprecate @import
, which changes scss from a superset to a completely entire different thing