Ian Flanigan

Results 13 issues of Ian Flanigan

Even after fixing #11, it's clear that source maps aren't being generated correctly. Given: ``` css @def BG_COLOR red; .test { font-family: Helvetica, Tahoma; background-color: BG_COLOR; } ``` The compiler...

bug
help wanted

CssDeclarationNode did not have the SourceCodeLocation as a constructor parameter, nor did it preserve it on a deep copy. CssNodesListNode now tries to build its locations from its constituent nodes...

cla: yes

Originally reported on Google Code with ID 9 ``` Hi, Some color functions are missing in closure stylesheets. If I take less in example, here are some interesting functions http://lesscss.org/#-color-functions...

enhancement
help wanted

Originally reported on Google Code with ID 33 ``` New command line option '--input-rename-css-map-file'. Ability to load a renaming css-map from external properties file added. This is necessary if we...

enhancement
help wanted

Originally reported on Google Code with ID 24 ``` Source files: --- menu.gss --- li.social { @mixin debug_italics(); padding-left: 15px; } --- 00-debug.gss --- @if (DEBUG) { @defmixin debug_italics() {...

enhancement
help wanted

Originally reported on Google Code with ID 22 ``` I have searched over hours for this , i just found one solution here : https://groups.google.com/group/closure-stylesheets-discuss/tree/browse_frm/thread/0f44c33220fe54d8/09a1f2cd660aa8f1?rnum=1&_done=%2Fgroup%2Fclosure-stylesheets-discuss%2Fbrowse_frm%2Fthread%2Ff44c33220fe54d8%2F09a1f2cd660aa8f1%3Ftvc%3D1%26 I think , if Google...

enhancement
help wanted

Originally reported on Google Code with ID 18 ``` this is a feature for example @defmixin border-radius(RADIUS) { @mixin border-radius-corners(RADIUS, RADIUS, RADIUS, RADIUS) } @defmixin border-radius-corners(LT, RT, LB, RB) {...

enhancement
help wanted

Originally reported on Google Code with ID 7 ``` Would be great to have an ability to preprocess css files that way that data-uri would appear in css instead of...

enhancement
help wanted

Originally reported on Google Code with ID 6 ``` Add customer ant task for building css from one or more gss source file. similar solution exists for javascript closure. http://code.google.com/p/closure-compiler/wiki/BuildingWithAnt...

enhancement
help wanted

Originally reported on Google Code with ID 3 ``` Would like to be able to have default mixin argument values: {{{ @defmixin roundedBorder(SIZE = 3px) { -moz-border-radius: SIZE; -webkit-border-radius: SIZE;...

enhancement
help wanted