TehShrike / svelte-preprocess-postcss

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

Update PostCSS dependency #8

Closed sambauers closed 4 years ago

sambauers commented 4 years ago

I get the following error with postcss@7.x installed, which is working fine so far.

npm WARN svelte-preprocess-postcss@1.1.0 requires a peer of postcss@6.x but none is installed. You must install peer dependencies yourself.

Can the PostCSS dependency be updated to 7.x or is there an issue with that I can help with?

TehShrike commented 4 years ago

If you've tested it with postcss 7 and it's all good, then yeah, I'd appreciate a PR that changes the peer dependency to include postcss 6 and 7 👍

sambauers commented 4 years ago

See #9

Not sure if package lock file should be updated too.

TehShrike commented 4 years ago

Published as 1.1.1 👍