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

PostCSS plugin to inline at-import rules content

Results 23 postcss-import issues
Sort by recently updated
recently updated
newest added

Cf. https://github.com/postcss/postcss-import/issues/84

enhancement

This PR adds a github action that is runned after creating new tags, so it will update automatically the code in the https://github.com/postcss/postcss-deno-import repository (the Deno version of the plugin)...

enhancement

Hi. I've created this repository: https://github.com/oscarotero/postcss-deno-import that converts the code of this plugin to be compatible with Deno. It's similar to what I did to postcss main repo: https://github.com/postcss/postcss-deno I...

enhancement
discussion

I have file that has only @import rules, but nothing else. This file can not be found in the sourcemap. If I add a dummy comment, the file is in...

enhancement
help wanted

If: 1) the CSS file starts with a comment; 2) there are no extra characters (e.g. spaces or newlines) between this comment and CSS; 3) the `postcss-import` plugin is enabled...

bug
help wanted

So I'm running gulp to process SASS, and I just updated this dependency from `14.1.0` to `15.0.0` and now when I try and run gulp I get an error. An...

The intention behind ignoring urls with a fragment was to make the plugin more correct. The thinking at the time was that these are never valid imports for a filesystem....

In Vite, we were resolving `@import '#foo'` with [subpath imports](https://nodejs.org/api/packages.html#subpath-imports). But since postcss 16.0.0 (https://github.com/postcss/postcss-import/pull/539), these URLs are filtered out before it reaches any code that the plugin user side...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [c8](https://redirect.github.com/bcoe/c8) | [`^9.0.0` -> `^10.0.0`](https://renovatebot.com/diffs/npm/c8/9.1.0/10.1.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/c8/10.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/c8/10.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

deps

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

deps