griddle icon indicating copy to clipboard operation
griddle copied to clipboard

Use the visual grid when not using any js lib.

Open m-adolfsson opened this issue 3 years ago • 0 comments

I'm using this for a Wordpress site. No js lib or so. When i try to activate the overlay, which i have imported in my sass like so, it wont display. Everything else works great! Since its activated by a short command i may need some JS?

@import "tools/variables"; //override

@import "./node_modules/@braid/griddle/scss/griddle.scss";

@import "./node_modules/@braid/griddle/scss/griddle-overlay.scss";

m-adolfsson avatar Jul 14 '22 19:07 m-adolfsson