-
Notifications
You must be signed in to change notification settings - Fork 47
Browser Hacks Research
SomMeri edited this page Dec 14, 2012
·
4 revisions
Working page with links and resources related to browser hacks. Will be turned into real wiki later on.
- Star hack
*width: 400px;
works and compiles as is. - Box model hack does work in less.js.
Related:
- "\9 IE hack" there is a workaround: https://github.com/cloudhead/less.js/issues/1056
- IE Specific Transforms https://github.com/cloudhead/less.js/issues/90
- Less chokes on box model hack https://github.com/cloudhead/less.js/issues/390
Irrelevant:
- CSS expression causes compilation error https://github.com/cloudhead/less.js/issues/293
- Variable property https://github.com/cloudhead/less.js/issues/36
What???
- Support for dynamic selectors like: a[href^="%("http://%s", @domain)"] https://github.com/cloudhead/less.js/issues/101