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 CSS linter #3

Open
kristoferjoseph opened this issue Nov 8, 2013 · 2 comments
Open

Add CSS linter #3

kristoferjoseph opened this issue Nov 8, 2013 · 2 comments

Comments

@kristoferjoseph
Copy link
Member

Need to lint output CSS for common errors and source order.
See

@techwraith
Copy link

It would be really cool if Rework had a css linting plugin available to it. That way it could warn you as it pulls each file in and tell you which file has the lint warning/error.

I haven't seen one yet, and I think finding something that handles the import case would be tough. Building this may be tougher though.

Thoughts?

@kristoferjoseph
Copy link
Member Author

@techwraith I have already needed this while refactoring. There are not line meaningful numbers when working with the ast. Wondering how much overlap with the source map plugin there would need to be for this.

GarthDB added a commit that referenced this issue Sep 8, 2016
setting up test for postcss-npm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants