Skip to content

Instantly share code, notes, and snippets.

View aherriot's full-sized avatar

Andrew Herriot aherriot

View GitHub Profile
@gfreezy
gfreezy / .slate.js
Last active November 18, 2021 16:13
slate configuration
var pushRight = slate.operation("push", {
"direction": "right",
"style": "bar-resize:screenSizeX/2"
});
var pushLeft = slate.operation("push", {
"direction": "left",
"style": "bar-resize:screenSizeX/2"
});