Q.1 LESS does not inherit multiple selectors with one set of properties
1 TRUE
2 FALSE
Answers
Answered by
2
False
Mark me brainlist
Mark me brainlist
Answered by
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
- .Gradient
- .Rounded
- .opacity
- .box shadow
- .inner shadow
Similar questions