Home » HTML » Html miscellaneous » Question
  1. Which of the following is not a CSS preprocessor?
    1. Sass
    2. Screen Fly
    3. Stylus
    4. LESS
    5. None of these
Correct Option: B

CSS capabilities can be extended by CSS preprocessors. By using it we can compose CSS in more dynamic ways. They allow us to use variables and functions in programming languages like JavaScript, PHP. There are several CSS preprocessors available such as LESS, Stylus, Sass.



Your comments will be displayed only after manual approval.