1.

How Variable Is Represented In Less?

Answer»

LESS ALLOWS variables to be DEFINED. In LESS, the variable is represented as @ SING. While, variable assignment is done with a : (colon) sing. The VALUES of the variables are INSERTED into the CSS output file as well as minified file.

LESS allows variables to be defined. In LESS, the variable is represented as @ sing. While, variable assignment is done with a : (colon) sing. The values of the variables are inserted into the CSS output file as well as minified file.



Discussion

No Comment Found