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 declaration-bang-space-after #3598

Merged
merged 1 commit into from Aug 29, 2018

Conversation

ota-meshi
Copy link
Member

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

closes #3575

Is there anything in the PR that needs further explanation?

ex.

  • option: always

    code:

    a { color: pink !important; }

    fixed:

    a { color: pink ! important; }
  • option: never

    code:

    a { color: pink ! important; }

    fixed:

    a { color: pink !important; }

@jeddy3 jeddy3 merged commit 6b4ed62 into master Aug 29, 2018
@jeddy3 jeddy3 deleted the add-autofix/declaration-bang-space-after branch August 29, 2018 11:17
@jeddy3
Copy link
Member

jeddy3 commented Aug 29, 2018

  • Added: declaration-bang-space-after autofix (#3598).

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 declaration-bang-space-after
3 participants