What are CSS preprocessors, and how do they enhance the development process?
- Git, Docker, NPM
- HTML, JavaScript, PHP, CSS
- React, Vue, Angular
- Sass, Less, Stylus
CSS preprocessors like Sass, Less, and Stylus are tools that extend the capabilities of CSS by adding features like variables, mixins, nesting, and functions. They enhance the development process by making CSS code more organized, reusable, and maintainable. Preprocessors also streamline workflows and improve code efficiency, leading to faster development and easier maintenance of stylesheets.
Loading...
Related Quiz
- The ___________ property ensures that subproblems are independent and can be solved separately in dynamic programming.
- Describe the differences between a Layer 2 switch and a Layer 3 switch.
- What is the purpose of the Singleton design pattern?
- The method used by wireless access points to allocate available bandwidth among connected devices is called _________.
- You're designing a social networking platform where users can have complex relationships with other users and entities. Which type of NoSQL database would you choose and why?