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

Trace line number in sass when using chrome debug #2028

Open
codestitch opened this issue Nov 27, 2017 · 0 comments
Open

Trace line number in sass when using chrome debug #2028

codestitch opened this issue Nov 27, 2017 · 0 comments

Comments

@codestitch
Copy link

codestitch commented Nov 27, 2017

When I Inspect element in the elements, I see that my SCSS code is already being output to CSS. If I click on it it will redirect me to .CSS file. Is there a way for me to get the line number of the .SCSS so that I can pinpoint directly where that code is and do my changes rather than finding the classes and elements in the scss or sass file?

For example:

test

In chrome debug, it points to the CSS file line number 28, but in my scss file that code is not in line number 28, but in a different line.

Is there another way to debug it or get the line number of the scss file?

Thank you.

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

1 participant