Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Seeing SCSS On Browsers instead of CSS

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #243023
    dajust
    Participant

    Hey, I tried to inspect this page on chrome for some reasons, then was surprise to be seeing SCSS instead of css code and files. Please what’s the trick? I’ve always compiled my SCSS codes during build process and only end up with css for the browser consumption.

    #243024
    Ilan Firsov
    Participant

    The magic is Source Maps.
    You generate the source map when from the scss when generating the css file, then the developer tools can pick that up and show the original rule locations.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.