Davs Howard
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; }...
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?
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 -...