You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would be so useful to me, for instance line-height: @size * body['line-height'] / body['font-size']; would allow me to speed up the vertical rhythm calculations in my LESS declarations - but I always get syntax errors. :-(
So, what is the status on this feature? Was it bogus? Will it be implemented? Or something else..?
The text was updated successfully, but these errors were encountered:
Both the website documentation and this (http://coding.smashingmagazine.com/2010/12/06/using-the-less-css-preprocessor-for-smarter-style-sheets/) Smashing Magazine article state that LESS variables can be declared and accessed inside namespaces, however no matter what I try I can't recreate the 5th example of the SM post.
This would be so useful to me, for instance
line-height: @size * body['line-height'] / body['font-size'];
would allow me to speed up the vertical rhythm calculations in my LESS declarations - but I always get syntax errors. :-(So, what is the status on this feature? Was it bogus? Will it be implemented? Or something else..?
The text was updated successfully, but these errors were encountered: