Skip to content

Add source property to position #53

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

Merged
merged 1 commit into from
Oct 16, 2013
Merged

Add source property to position #53

merged 1 commit into from
Oct 16, 2013

Conversation

lydell
Copy link
Contributor

@lydell lydell commented Sep 17, 2013

This allows for source map generation when multiple source files are used
to create a single output file. It could something simple as concatenating
several files, or something more complex such as joining rules with the
same selector.

This allows for source map generation when multiple source files are used
to create a single output file. It could something simple as concatenating
several files, or something more complex such as joining rules with the
same selector.
lydell referenced this pull request in postcss/autoprefixer Sep 24, 2013
@ghost ghost assigned tj Oct 15, 2013
@jonathanong
Copy link
Contributor

@tj
Copy link
Member

tj commented Oct 16, 2013

dope!

tj added a commit that referenced this pull request Oct 16, 2013
Add `source` property to `position`
@tj tj merged commit c51e659 into reworkcss:master Oct 16, 2013
@tj
Copy link
Member

tj commented Oct 16, 2013

on second thought it might be nicer to do this at a more root level node, but for now it should be ok

@@ -25,7 +25,8 @@
"end": {
"line": 2,
"column": 21
}
},
"source": "keyframes.vendor.json"
Copy link
Contributor

Choose a reason for hiding this comment

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

hahaha copy pasta gone wrong?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oops. Does that break the test?

Copy link
Contributor

Choose a reason for hiding this comment

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

yeah, no worries i fixed 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.

3 participants