Tag: scss
Sass Interview Questions & Answers
1) What is Sass? Explain SASS stands for Syntactically Awesome Style Sheets. SASS is the extension of the CSS which describes the document in a…
What is Sass?
What is Sass? (syntactically awesome style sheets) Sass is a CSS preprocessor, which adds special features such as variables, nested rules and mixins (sometimes referred…
CSS Interview Questions
What is CSS Answer: CSS stands for Cascading Style Sheets. It is a style sheet language that is used to describe the look and formatting…