We don’t have to be embarrassed by large, undebugable CSS files any longer!
I discovered this while working with Sass in another project. The .scss files are both compiled and minified into an equally-useless CSS file that is parsed by the browser. But then I realized while inspecting the page that I could navigate to the styles and Chrome DevTools brought me straight to the raw scss file. I think we can use CSS source map files to do the same thing for EWL.
Yes
*Source file can be anything, does not need to be .scss
Yes
Well, the entire spec is 8 pages. I don’t totally understand what they’re saying yet, but it appears you basically just give a coordinate (row,column) mapping the lines of the input and output.
“The Chrome and Firefox developer tools both ship with built-in support for source maps.” - Treehouse