stencil-community / stencil-postcss

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

fix: update type declarations, allow context to be undefined #16

Open DesignByOnyx opened 5 years ago

DesignByOnyx commented 5 years ago

This updates the type declarations to be in sync with @stencil/core. This allows context to be undefined, which allows importing 3rd party styles.

Fixes #15