Davs Howard

Results 6 issues of Davs Howard

Hi there, Great plugin, but it doesn't seem to work with CSS variables. // Works background: linear-gradient(to right, green, ease, red); // Fails :root { --red: red; --green: green; }...

enhancement

Is there a destroy method available?

enhancement

Hi, Is it there a way to combine the replacement of a custom property with autoprefixers CSS grid support? ``` :root { --base-padding: 1.25rem; } .class { display: grid; grid-gap:...

Is it possible to have the tabs become an accordion at a certain breakpoint?

question

Hi there, Love the plugin! Is there a way to have thumbnails? I couldn't find an option or a way to connect multiple sliders together. Cheers

Hi there, Got the plugin all installed and working in the sense that it updates the setQuery hook and the URL updates, but the 'query' variable doesn't update also -...