TehShrike / svelte-preprocess-postcss

Use PostCSS to preprocess your styles in Svelte components
25 stars 4 forks source link

Adds support for source maps (Working) #6

Closed RedHatter closed 5 years ago

RedHatter commented 5 years ago

Adds support for source maps. This should be merged asap in light of sveltejs/svelte#1863.

Comparison with #4.

TehShrike commented 5 years ago

Nice. What Svelte versions is this compatible with? Will it work with any old Svelte@2.x?

RedHatter commented 5 years ago

This shouldn't change the supported Svelte version but Svelte wont be able to make use of the sourcemaps until #1863 is merged.