We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm using package HTML-CSS-JS Prettify in Sublime Text 3.
Before:
.mixin(@abc, @xyz) { @{abc}: @xyz; }
After:
.mixin(@abc, @xyz) { @ { abc } : @xyz; }
The text was updated successfully, but these errors were encountered:
Cool thanks.
Sorry, something went wrong.
+1 less
Before:
.loop_section_top_ul_li(@i) when (@i>0) { section.top ul li.l@{i} a{ background-position: ((@i)-1)*-100px -20px; &.now{ background-position: ((@i)-1)*-100px 0; } } .loop_section_top_ul_li((@i)-1); }
After:
.loop_section_top_ul_li(@i) when (@i>0) { section.top ul li.l@ { i } a { background-position: ((@i)-1)*-100px -20px; &.now { background-position: ((@i)-1)*-100px 0; } } .loop_section_top_ul_li((@i)-1); }
3ks
Merge pull request #873 from orottier/fix-844
0957ba4
Fix Issue #844
No branches or pull requests
I'm using package HTML-CSS-JS Prettify in Sublime Text 3.
Before:
After:
The text was updated successfully, but these errors were encountered: