It appears since we moved to webpack 3, source maps for CSS does not appear to be working any longer. When inspecting a class name, you end up being directed to the "bundled" CSS instead of the source CSS, though the source CSS does appear to be available in the webpack bundle.
Bug
It appears since we moved to webpack 3, source maps for CSS does not appear to be working any longer. When inspecting a class name, you end up being directed to the "bundled" CSS instead of the source CSS, though the source CSS does appear to be available in the webpack bundle.