What is a CSS preprocessor?
Experience Level: Medior
Tags: CSS
Answer
A preprocessor is a program that takes one type of data and converts it to another type of data:
- Haml -> HTML
- Sass - > CSS
Related CSS job interview questions
Describe the following common CSS units of length: cm, em, in, mm, pc, pt, and px.
CSS JuniorGive an example of how you would use counter-increment and counter-reset in CSS to create automatic numbering within a webpage?
CSS MediorWhat are CSS media queries? And what are they use for?
CSS JuniorWhat are the three main ways to add CSS to a webpage?
CSS JuniorWhat are the Sprites in CSS?
CSS Junior