Skip to content

Instantly share code, notes, and snippets.

View stolkchris's full-sized avatar

Christopher Stolk stolkchris

  • Passionate People
  • Amsterdam, Netherlands
View GitHub Profile
@stolkchris
stolkchris / compass.schema.json
Last active April 3, 2023 13:09
Atlassian Compass v1 schema definition
{
"$schema": "https://json-schema.org/draft/2019-09/schema",
"$id": "http://example.com/example.json",
"type": "object",
"title": "Root Schema",
"required": [
"name",
"id"
],
"properties": {
@stolkchris
stolkchris / dabblet.css
Created December 19, 2011 15:28
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
background: #f06;
background: linear-gradient(324deg, purple, yellow);
min-height:960px;
margin:0px;
}