Computer Science, asked by shekarmashetty72, 1 month ago

Q.1 LESS does not inherit multiple selectors with one set of properties
1 TRUE
2 FALSE​

Answers

Answered by angelina1495
2
False
Mark me brainlist
Answered by priyaag2102
0

False, LESS is used to aggregate values from multiple properties under a single property into space or comma-separated behaviour.

Explanation:

  • LESS is a dynamic style sheet generating language. LESS is a CSS pre-processor and extends CSS with dynamic behavior. It allows for operations, mixins, variables and functions. LESS runs on server side as well as client side.
  • LESS is used to aggregate values from multiple properties under a single property into a space or comma-separated list. This is useful for properties like transitions third-party sounds.
  • Can be used on the command line via npm LESS
  • Download as script file for browser
  • It is used for third party tools.
  • Fewer elements contain commonly used mixtures such as

  1. .Gradient
  2. .Rounded
  3. .opacity
  4. .box shadow
  5. .inner shadow

Similar questions