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.
Add your answer
Loading...

Leave a comment

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