In my application i use less file
Using visual studio 2013.
In my site i has an handler that make some replace some change in the css files
for example @align ==> replace with 'left' @images ==> replace with the actual folder of the images
my problem is that when the compile make the css file from the less file the compiler ignore from all unnecessary characters.
In sort how can i add "@align" to the css file that created from the less file
Thanks