To define variables in LESS, the syntax used is @variableName: ________;.
- $variableName
- $variableName:
- @set
- @var
The correct answer is $variableName: . In LESS, variables are defined using the @ symbol followed by the variable name and a colon. This syntax allows for the creation of reusable values throughout the stylesheet.
Loading...
Related Quiz
- How do you set a gradient that transitions from left to right?
- Which CSS units are considered to be relative units that allow for responsive designs?
- In a scenario where an animation should only play when an element is visible on the screen, what CSS or JavaScript features can be used to accomplish this?
- The ________ property in CSS is used to specify the vertical alignment of inline or table-cell elements.
- To create a multi-layered shadow effect, the box-shadow values must be separated by ________.