stencil-community / stencil-postcss

Autoprefixer plugin for Stencil
https://www.npmjs.com/package/@stencil-community/postcss
Other
30 stars 24 forks source link

update autoprefixer import syntax #20

Closed paulcpederson closed 3 years ago

paulcpederson commented 5 years ago

Using the current sample code on the readme I ran into this issue: https://github.com/ionic-team/stencil/issues/1043. Basically when autoprefixer enabled esModuleInterop, it broke the import * as syntax.

Updating the readme with the correct import syntax will prevent others from running into this same issue.