Problems with dotLess Stopping characters and hacks list?
- by rDeeb
Have any one run into trouble when running dotLess and having hacks on your CSS files? Been working on a project... just installed dotLess after one year of development to ease a little bit the job of creating new CSS files for some new functionality of the web site, and recently our old CSS is not working correctly.
Viewing the resulting CSS files we realized that the dotLess compiler stopeed at some hacks like this one:
html>/**/body #itemTable .informationView fieldset textarea { min-height: 1.3em; height: 1.3em; }
So we were wondering if there is any list of stopping words or hacks for dotLess?