What is SASS? SASS is a CSS pre-processor. It extends CSS to add functionalities such as variables, nesting and functions. This makes CSS reusable, easier to write and more maintainable. At runtime, the SASS code is compiled to regular CSS code wh...
chettriyuvraj.hashnode.dev3 min read
No responses yet.