I am using the sass release of bootstrap 3 with an MVC application.
When reviewing the styles with Google Chrome - inspector is referencing the less files. The only files referenced in the html pages is the bootstrap.css (i have not included any less files).
However for example looking at font-size on a button. It is referencing buttons.less and if you go to sources within Chrome you can navigate css/less and see all the less files (these files do not exist on the file system)
Why is Chrome referencing the less files (and not the SCSS files)? The map file was regenerated by visual studio 2013 update 4.
If i use FireFox (hitting the same mvc/html pages) it shows the references to the scss file appropriately.
So is there an issue with the map file (i am thinking no cause FireFox is able to read ok) why is Chrome referencing the less files?
thx