Source maps
my-component
dist
maps
my-component.css.map
my-component.css
libraries.yml
my-component.html.twig
my-component.scss
Sourcemapping enables you to trace back from which .scss file
any rule of CSS is generated by. This can be handy when you are inspecting CSS in the browser. This would also be handy if you decide to use partial .scss files
within a component.