Viewing 3 replies - 1 through 3 (of 3 total)
  • The folders needs to be inside the theme folder.

    So,
    If you folders look like this:
    CSS Location: wp-content/themes/themename/css
    SCSS Location: wp-content/themes/themename/scss

    You fill in in the back-end:
    Scss Location: /scss
    Css Location: /css

    @vipii
    @peruzzo is asking for SOURCE MAPS, special files (not .scss not .css) that allows you to see where in SCSS certain style was defined.

    Currently, this plugin only generates .css from .scss, so when you inspect elements, you actually see something in generated CSS mashup, not the real source of definiton.

    Dear author @connectthink, could you add source maps too please?

    (I would appreciate it too! ?? )

    Plugin Author Connect Think

    (@connectthink)

    WP-SCSS uses scssphp which, as far as I can tell, does not yet support sourcemaps. There is some discussion around it being a WIP, but we can’t add this feature until it’s been added to that library.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘source map?’ is closed to new replies.