How do CSS preprocessors handle mathematical operations differently from regular CSS?

  • They do not support mathematical operations
  • They require the use of JavaScript for calculations
  • They support mathematical operations directly
  • They use a separate language for calculations
CSS preprocessors like SASS or LESS support mathematical operations directly, allowing developers to perform calculations within the stylesheet. This helps streamline the styling process and makes it more efficient.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *