1.

Explain What Is The Use Of Escaping?

Answer»

Following are the use of escaping in LESS:

  • When you NEED to output CSS that is not VALID CSS syntax
  • PROPRIETARY syntax not recognized by LESS
  • LESS compiler will throw an ERROR if not used
  • Simple prefix with ~ symbol and put in quotes

Following are the use of escaping in LESS:



Discussion

No Comment Found