less-plugin-inline-urls icon indicating copy to clipboard operation
less-plugin-inline-urls copied to clipboard

Results 6 less-plugin-inline-urls issues
Sort by recently updated
recently updated
newest added

Bumps [diff](https://github.com/kpdecker/jsdiff) from 1.4.0 to 4.0.1. Changelog *Sourced from [diff's changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md).* > ## v4.0.1 - January 6th, 2019 > - Fix main reference path - b826104 > > [Commits](https://github.com/kpdecker/jsdiff/compare/v4.0.0...v4.0.1) >...

dependencies

We have a custom plugin based on this in one of our projects and it took a while to work out why it was no longer working with Less 3.x...

``` less @font-face { font-family: Raleway; src: url("@{css-framework-fonts}raleway-light.woff2") format("woff2"), url("@{css-framework-fonts}raleway-light.woff") format("woff"); font-weight: 300; font-style: normal; } ``` I've tried isolating both formats with no difference in output. I understand the...

I have problems with a 50.1 KB file: `Skipped data-uri embedding of ../node_modules/world-flags-sprite/images/flags16.png because its size (68430 characters) exceeds IE8-safe 32768 characters!` It would be nice to have an option...

Remote `url`s should be ignored or properly resolved. Right now, they are being searched as a path, ignoring the fact that they are on a fully-qualified domain: ``` RuntimeError: error...

as per https://github.com/less/less.js/issues/1863#issuecomment-34731529