css-vendor icon indicating copy to clipboard operation
css-vendor copied to clipboard

Runtime vendor prefixing based on feature detection.

Results 29 css-vendor issues
Sort by recently updated
recently updated
newest added

__Expected behavior:__ When the JSS encounters a clip-path on a webkit browser, it should put a '-webkit-clip-path:' in its place as well. __Describe the bug:__ There is no change to...

Version 1.1.3 of is-in-browser is missing a license file and as such should not be used in OSS. Version 2 is licensed under MIT

- Using the `el.style.setProperty(property, value, priority)` method instead of using `el.style[property] = value` to fix #214 . - Adding test cases for this issue.

```js it( 'should support !important property (solid 1px red)', () => { expect( supportedValue( 'border', 'solid 1px red !important' ) ).to.be( 'solid 1px red !important' ); } ); it( 'should...

- `stretch`: current spec - `fill`: old spec - `-moz-available`: Firefox vendor value - `-webkit-fill-available`: Chromium vendor value

As specified here: https://caniuse.com/#search=hyphens, it should be prefixed on IE and Safari

Reported here https://github.com/mui-org/material-ui/issues/9293#issuecomment-463036973 ``` Automatic prefixing when needed is not working as expected. I'm trying to use clip-path, which needs to be prefixed in Safari. `myStyle: { clipPath: 'polygon(0% 0%,...

bug

![snyk-top-banner](https://res.cloudinary.com/snyk/image/upload/r-d/scm-platform/snyk-pull-requests/pr-banner-default.svg) ### Snyk has created this PR to fix 1 vulnerabilities in the yarn dependencies of this project. #### Snyk changed the following file(s): - `package.json` - `yarn.lock` #### Note...