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

PostCSS plugin to rebase url(), inline or copy asset.

Results 39 postcss-url issues
Sort by recently updated
recently updated
newest added

Never applied https://github.com/postcss/postcss-url/pull/146

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

Postcss8.0 has been installed but it still gives an error. Check that other dependencies are up to date. Is it because the version is too high? ` > [email protected] serve...

Hello, my custom rules are working fine when matching relative urls or absolute urls that begin with "/". However, I can't seem to match a full remote absolute url (i.e....

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

``` 'postcss-url': [ { filter: 'font/**/*.(woff|woff2)', url: 'inline', fallback: 'rebase', maxSize: 10000, encodeType: 'base64', assetsPath: '../stylesheets/fonts' }, ``` does not inline in base 64 ! I got : ``` @font-face...

### Dependencies: - "postcss-cli": "9.1.0", - "postcss-import": "14.0.2", - "postcss-url": "10.1.3" - "@fontsource/raleway": "4.5.0" ### CSS Code ``` @import '@fontsource/raleway/variable.css'; ``` ### PostCSS config ``` module.exports = { plugins: [...

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

I realize this repo isn't touched often, but I think it's a great plugin. I came across an issue where if I used `copy` and `{ useHash: false }` it...

Hi, after upgrading to Angular 13 and postcss ``` "postcss": "^8.3.11", "postcss-import": "^14.0.2", "postcss-url": "^10.1.3", ``` importing of fonts stopped working properly when space is in the url. `@import url('https://fonts.googleapis.com/css?family=Roboto%20Mono&display=swap');`...