We wish to see what CSS is generated for styles.scss
.
Approach
When opening an element in Chrome Developer Tools, by default it will show the SCSS source map
, and not styles.css
. However styles.css
is right next to the tab containing the SCSS
.
Demo
If we use a web container on Stackblitz it will serve styles.css
.