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 media-feature-range-operator-space-after #3639

Merged

Conversation

ota-meshi
Copy link
Member

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

closes #3579

Is there anything in the PR that needs further explanation?

ex.

  • option: always

    code:

    @media (width<600px) {}

    fixed:

    @media (width< 600px) {}
  • option: never

    code:

    @media (width < 600px) {}

    fixed:

    @media (width <600px) {}

@jeddy3 jeddy3 merged commit 1545572 into master Sep 9, 2018
@jeddy3 jeddy3 deleted the add-autofix/media-feature-range-operator-space-after branch September 9, 2018 19:07
@jeddy3
Copy link
Member

jeddy3 commented Sep 9, 2018

  • Added: media-feature-range-operator-space-after autofix (#3639).

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 media-feature-range-operator-space-after
3 participants