You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: