Skip to content
New issue

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

Less: Where is my space? #1411

Closed
smile-xy opened this issue Jun 5, 2018 · 0 comments
Closed

Less: Where is my space? #1411

smile-xy opened this issue Jun 5, 2018 · 0 comments

Comments

@smile-xy
Copy link

smile-xy commented Jun 5, 2018

Description

after beautification, the code cannot be calculated

Input

The code looked like this before beautification:

@light-blue: @nice-blue + #111;

Expected Output

The code should have looked like this after beautification:

@light-blue: @nice-blue + #111;

Actual Output

The code actually looked like this after beautification:

@light-blue: @nice-blue +#111;
@bitwiseman bitwiseman added this to the v1.7.6 milestone Jun 5, 2018
@bitwiseman bitwiseman modified the milestones: v1.7.6, v1.7.x Jun 30, 2018
@bitwiseman bitwiseman modified the milestones: v1.8.x, 1.8.0-rc3 Jul 31, 2018
@bitwiseman bitwiseman modified the milestones: 1.8.0-rc4, 1.8.0 Aug 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants