Last active
January 18, 2020 21:09
-
-
Save zeddash/1ad3dbeff2fad596a4ec92ccd3817231 to your computer and use it in GitHub Desktop.
CodePen Configs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"templates": [ | |
{ | |
"label": "Pug + SCSS + TS", | |
"description": "Pug + SCSS + TypeScript", | |
"gist": "64939c863ef0a9f2bd20b78fbef0b824" | |
}, | |
{ | |
"label": "Pug + SCSS + JS", | |
"description": "Pug + SCSS + JavaScript", | |
"gist": "63f7f83f3099bfa2449efc7acd00889b" | |
}, | |
{ | |
"label": "HTML + SCSS + TS", | |
"description": "HTML + SCSS + TypeScript", | |
"gist": "8a4fa1ed0fa05bbde41cd8b413ae5598" | |
}, | |
{ | |
"label": "HTML + SCSS + JS", | |
"description": "HTML + SCSS + JavaScript", | |
"gist": "a1cf8f774e7a7eba6afe68742451ae2c" | |
}, | |
{ | |
"label": "Pug + Less + TS", | |
"description": "Pug + Less + TypeScript", | |
"gist": "a628c11b77e4f1bbd099263d3559d944" | |
}, | |
{ | |
"label": "Pug + Less + JS", | |
"description": "Pug + Less + JavaScript", | |
"gist": "9a886fc8bd83fa8c89735036a4a4f44f" | |
}, | |
{ | |
"label": "HTML + Less + TS", | |
"description": "HTML + Less + TypeScript", | |
"gist": "eb2a81d3789c40b2b51dd95cfc27ec10" | |
}, | |
{ | |
"label": "HTML + Less + JS", | |
"description": "HTML + Less + JavaScript", | |
"gist": "f13e947c87b993b0743f8d93fd02bf89" | |
}, | |
{ | |
"label": "Pug + Sass + TS", | |
"description": "Pug + Sass + TypeScript", | |
"gist": "f929d1c85fdab8f459768b207326d72c" | |
}, | |
{ | |
"label": "Pug + Sass + JS", | |
"description": "Pug + Sass + JavaScript", | |
"gist": "b422923e8b50d1351e61af520a9cee08" | |
}, | |
{ | |
"label": "HTML + Sass + TS", | |
"description": "HTML + Sass + TypeScript", | |
"gist": "043aded162e4b349576ed2d083008ca5" | |
}, | |
{ | |
"label": "HTML + Sass + JS", | |
"description": "HTML + Sass + JavaScript", | |
"gist": "ef6e60312f148ac879c58a77efe17f02" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment