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

Unnecessary colon found in content ":" #173

Closed
NikolayFrantsev opened this issue Aug 4, 2015 · 1 comment
Closed

Unnecessary colon found in content ":" #173

NikolayFrantsev opened this issue Aug 4, 2015 · 1 comment
Labels

Comments

@NikolayFrantsev
Copy link
Contributor

➜ Desktop git:(master) ✗ cat .stylintrc

{
  "colons": "never"
}

➜ Desktop git:(master) ✗ cat test.styl

div
  &:before
    content ":"

➜ Desktop git:(master) ✗ stylint test.styl

Warning: unecessary colon found
File: test.styl
Line: 3: content ":"


Stylint: 0 Errors.
Stylint: 1 Warnings.
@rossPatton rossPatton added bug and removed bug labels Aug 4, 2015
rossPatton pushed a commit that referenced this issue Aug 7, 2015
@rossPatton
Copy link
Collaborator

should be addressed in 1.1.0

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

No branches or pull requests

2 participants