martonlederer / esbuild-plugin-postcss2

Use postcss with esbuild
MIT License
33 stars 19 forks source link

Usage with sass #11

Closed 8lall0 closed 3 years ago

8lall0 commented 3 years ago

Hi,

i sincerely didn't understand how to use this with sass. Can you explain that to me?

Thanks!

martonlederer commented 3 years ago

Hey there, it's actually very easy. You only need to install the preprocessor:

npm i sass

or

npm i node-sass

Hope this helps :)

8lall0 commented 3 years ago

That's awesome, thank you!

martonlederer commented 3 years ago

Happy to help :)