arpadHegedus / postcss-node-sass

A PostCSS plugin to parse styles with node-sass
MIT License
23 stars 16 forks source link

Compatibility with PostCSS 8 #13

Closed mtimofiiv closed 3 years ago

mtimofiiv commented 3 years ago

The module does not work with PostCSS 8. There's quite some API changes since 7!

https://evilmartians.com/chronicles/postcss-8-plugin-migration

I'm not an expert at PostCSS plugins, so I'm not sure if to use Once or AtRule with this. I don't mind doing the work if someone can point me in the right direction.

amprew commented 3 years ago

@mtimofiiv I created a PR here for upgrading to postcss 8 https://github.com/arpadHegedus/postcss-node-sass/pull/14

arpadHegedus commented 3 years ago

Resolved with #14

amprew commented 3 years ago

@arpadHegedus - what is the process in releasing to npm for this repo? Happy to help out