Chrome Canary Sass debugging switches between scss files and compiled css -
after setting source maps scss files, , getting sass debugging , running canary, i'm hitting small frustrating snag. when first load or reload page , inspect element, reference .scss file in matched css rules window. screenshot 1.
when go switch styles, instance changing background color, i'm done making change, file path instantly changes compiled css file. screenshot 2. ideas why might happening?
indeed, when modify css, source mapping between css , scss broken, since no longer correct. restore it, should save updated scss onto disk in devtools sources panel (with sass running in watch mode) , have devtools reload css. source mapping fine.
Comments
Post a Comment