- 1
CSS and CSS3 and SASS/SCSS... which is the best to learn and implement in my projects?
CSS/CSS3/SASS implementation
3 Answers
+ 3
CSS3 is the general name used to describe the recent CSS specifications. It is important for a web developer to have decent understanding of CSS/CSS3.
Sass is a CSS preprocessor. It provides synactic sugar for CSS. You can write CSS in an elegant way while maintaining cross browser support. I recommend it over similar tools like LESS.
+ 1
Thanks Ore for the clarification
0
CSS