stencil-postcss icon indicating copy to clipboard operation
stencil-postcss copied to clipboard

Autoprefixer plugin for Stencil

Results 14 stencil-postcss issues
Sort by recently updated
recently updated
newest added

After the Autoprefixer updates the API to their plugin (a long time) there is another attribute name to `browsers`, we have `overrideBrowserslist`, This PR contemplates this change. See [reference](https://github.com/postcss/autoprefixer/commit/6ed7c22bb6503968185935d807a61d6a593f352c)

This pull request is a solution to [Issue #38](https://github.com/ionic-team/stencil-postcss/issues/38). `dir-dependency` messages will be parsed and with the help of the glob package, globs will resolve to file lists parsable by...

Hello, I built a project using stencil and next to the stencil components i have multiple css files i am processing with postcss-cli. Because I want to use the same...

Feature: Enhancement

I can't quite currently find the right path to take to pass this back out from the [postcss plugin's transform function](https://github.com/ionic-team/stencil-postcss/blob/master/src/index.ts#L63). In order to helop enable JIT for Stencil components,...

Help Wanted
Resolution: refine

Maybe I'm missing something, but I don't notice any difference in output in a project that has both `@stencil/sass` and `@stencil/postcss` plugins. Here's my config: ```ts // stencil.config.ts import {...

Bug: Needs Validation

Hello. I was trying to add autoprefixer to our stencil project and added a clean configuration ``` plugins: [ postcss({ plugins: [autoprefixer()] }) ] ``` but typescript gives me the...

Everything works fine without it, but adding `injectGlobalPaths` to the PostCSS config causes this error: ``` index-78323a20.js:2706 ReferenceError: Cannot access 'globalCss' before initialization at my-component.entry.js:7 undefined consoleError @ index-78323a20.js:2706 index-78323a20.js:1949...

Bug: Needs Validation

~~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

Feature: Enhancement

I get an error in the browser that local resource could not be loaded with all the path separators removed. It looks like it is the same error as the...

Bug: Needs Validation