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

PostCSS plugin to run lightningcss

Results 6 postcss-lightningcss issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | digest | `b4ffde6` -> `0ad4b8f` | ---...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/onigoetz/postcss-lightningcss). ## Config Migration Needed - [ ]...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [postcss](https://postcss.org/) ([source](https://redirect.github.com/postcss/postcss)) | [`8.5.2` -> `8.5.3`](https://renovatebot.com/diffs/npm/postcss/8.5.2/8.5.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/postcss/8.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

According to https://lightningcss.dev/bundling.html, `bundle` need to be imported for bundling CSS files. Otherwise `@import` will not bundling the files. Would it be possible to also import `import { bundle }...

Hi, Usually, I use purgecss in my config like this: ``` // postcss.config.js const env = process.env.NODE_ENV; const isProd = env === "production"; const purgecss = require('@fullhuman/postcss-purgecss')({ // Specify the...