This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi There just downloaded your product and went pro I have used Less before with Java but now I am working in ASP and Visual Studio 2010 Ult basically I can compile: .RoundBorders { border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; } menu {color: gray; .RoundBorders; } but it does nothing when I compile: .box-sizing (@type: border-box) { -webkit-box-sizing: @type; -moz-box-sizing: @type; box-sizing: @type; } or anything with brackets?? Any Ideas Regards |
|
|
Are you actually using the function? If its just that definition then that wont produce anything by itself, e.g. try:
|
|