postcss-modules icon indicating copy to clipboard operation
postcss-modules copied to clipboard

Track changes to original class/id names in source-maps?

Open soluml opened this issue 9 years ago • 0 comments

Feature Request: It'd be great to see the original class/id name in dev tools for easier lookup. I hash all my classes, so class name's like .logo become .A upon build. .A is also currently being used in the source-map and while the line number and file are correct (so it's easy enough to find) it'd be great to see the original class name here.

soluml avatar May 31 '16 15:05 soluml