Which tool can be used to automatically add vendor prefixes to CSS properties?
- Babel
- ESLint
- PostCSS
- Webpack
PostCSS is a popular tool used in web development to automatically add vendor prefixes to CSS properties. It is highly configurable and can be integrated into your build process. PostCSS, along with plugins like Autoprefixer, streamlines the process of making your CSS code cross-browser compatible by adding the necessary prefixes.
Loading...
Related Quiz
- What does the CSS property "font-display" control?
- In the context of a CSS preprocessor like SASS, what does "nested rules" mean?
- Which property in CSS is used to control how inherited values and set values are used by an element and its child elements?
- You are designing a webpage for a vintage-themed site and want to use a cursive style for headings. Which CSS property-value combination will you use?
- How can you create a function in SASS that returns a value?