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 support for @document, @-moz-document #137

Merged
merged 7 commits into from Mar 2, 2015
Merged

Add support for @document, @-moz-document #137

merged 7 commits into from Mar 2, 2015

Conversation

jawshooah
Copy link
Contributor

Closes #53.

@FREEZX
Copy link

FREEZX commented Feb 17, 2015

+1

nschonni added a commit that referenced this pull request Mar 2, 2015
@nschonni nschonni merged commit 88f8652 into CSSLint:master Mar 2, 2015
@nschonni
Copy link
Member

nschonni commented Mar 2, 2015

Thanks!

@jawshooah
Copy link
Contributor Author

No problem, happy to help out! Seems like you and the other maintainers have a lot on your plates.

@jawshooah jawshooah deleted the at-document branch March 2, 2015 19:09
functions: functions,
prefix: prefix,
line: token.startLine,
col: token.startCol
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

line and col are wrong: this.fire(...) should be prepended with token = tokenStream.token();

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch! Want to submit a PR with the fix?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only if you don't want to.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I figure you caught my mistake, so you deserve the credit for the fix.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nah, I'm afraid the PR will be stalled for a year, I have a few of the kind, so please, you submit it.

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

Successfully merging this pull request may close these issues.

Add @document and @-moz-document support
4 participants