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, Couple of issues with less syntax highlighting, using the currently relesed version (downloaded from gallery today): 1) An underscore in variable name causes problems: @_gridsystem-width: (@column-width*@columns) + (@gutter-width*@columns) * 1px; width: @total-width*((@gutter-width + @_gridsystem-width)/@_gridsystem-width); vs. @gridsystem-width: (@column-width*@columns) + (@gutter-width*@columns) * 1px; width: @total-width*((@gutter-width + @gridsystem-width)/@gridsystem-width); This is taken from https://github.com/twigkit/semantic.gs/blob/master/css/grid.less 2) 'filter' property: filter: Alpha(Opacity=0);
3) background URL without surrounding quotes: .ui-widget-content { background: #fcfdfd url(/assets/css/jQuery-UI/images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x; } vs.
.ui-widget-content { background: #fcfdfd url('/assets/css/jQuery-UI/images/ui-bg_inset-hard_100_fcfdfd_1x100.png') 50% bottom repeat-x; } Examples 2 and 3 can be found in the 1.8 jQuery UI Themeroller file, if changing extension from .css to .less Thanks, Adam
|
|