Skip to content

Instantly share code, notes, and snippets.

@tomhodgins
Last active July 15, 2020 22:50
Show Gist options
  • Save tomhodgins/42df009466abc11bbdd1e3332a24ed16 to your computer and use it in GitHub Desktop.
Save tomhodgins/42df009466abc11bbdd1e3332a24ed16 to your computer and use it in GitHub Desktop.
json types in CSS syntax {
--string: "string";
--number: 1;
--object: {"key": "value"};
--array: [1, 2, 3];
--boolean: true false;
--null: null;
--example: {
"json": ["data", true]
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment