postcss-conic-gradient icon indicating copy to clipboard operation
postcss-conic-gradient copied to clipboard

Use conic gradients in your CSS files

Results 7 postcss-conic-gradient issues
Sort by recently updated
recently updated
newest added

Can't install this package using `yarn add postcss-conic-gradient`: ``` ➜ yarn add postcss-conic-gradient yarn add v1.22.4 [1/5] Resolving packages... [2/5] Fetching packages... info [email protected]: The platform "linux" is incompatible with...

Since http://leaverou.github.io/conic-gradient/ supports SVG, it'd be great if this plugin supported an inline SVG data uri, too.

This rewrites the plugin from scratch, using @khovansky-al’s amazing new CanvasKit implementation. Before this gets merged, I would still like to use the latest JS conic gradient polyfill, so there...

The conic gradient script should be updated, as it uses a version of the conic gradient polyfill that is a few years ago. The latest and most feature-rich version appears...

We have exposed support for image format options in CanvasKit and should take advantage of it as it allows to reduce overall polyfilled image size if one's willing to compomise...

It seems that something wrong with algorithm or with my Cairo, but all I get from using this plugin is white image (and in your specs – image is white....

``` css repeating-conic-gradient(at 20%, white 0deg, white 20deg, red 20deg, red 40deg) ```