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

Add autofix to value-list-comma-space-before #3597

Merged
merged 1 commit into from Aug 22, 2018

Conversation

ota-meshi
Copy link
Member

Which issue, if any, is this issue related to?

closes #3550

Is there anything in the PR that needs further explanation?

ex.

  • option: always***

    code:

    a { background-size: 0,0; }

    fixed:

    a { background-size: 0 ,0; }
  • option: never***

    code:

    a { background-size: 0 ,0; }

    fixed:

    a { background-size: 0,0; }

@ntwb ntwb merged commit 504d75f into master Aug 22, 2018
@ntwb ntwb deleted the add-autofix/value-list-comma-space-before branch August 22, 2018 02:50
@ntwb
Copy link
Member

ntwb commented Aug 22, 2018

Changelog in 372405b

  • Added: value-list-comma-space-before autofix (#3597).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Add autofix to value-list-comma-space-before
3 participants