martonlederer / esbuild-plugin-postcss2

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

Not working with new "math.div" Sass method #15

Closed Canuckaholic closed 3 years ago

Canuckaholic commented 3 years ago

I'm trying to use this with Sass's math.div method for division, but am getting

error: [plugin: postcss2] There is no module with the namespace "math"
martonlederer commented 3 years ago

Did you import it with @use?

Canuckaholic commented 3 years ago

Thanks, that worked.