Skip to content

Instantly share code, notes, and snippets.

@coder618
Last active November 7, 2020 10:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coder618/07f9b0cb4daec5e5a9105cab218d8ba0 to your computer and use it in GitHub Desktop.
Save coder618/07f9b0cb4daec5e5a9105cab218d8ba0 to your computer and use it in GitHub Desktop.
vs code spinet
HTML, PHP
{
"php tag": {
"prefix": "php",
"body": ["<?php $1 ?>"],
"description": "php"
},
"coder618_print": {
"prefix": "coder618_print_markup",
"body": ["<?php coder618_print_markup($1) ?>"],
"description": "coder618_print"
}
}
scss
{
"brtext": {
"prefix": "brtext",
"body": ["@include br-text($1)"],
"description": "brtext"
},
"maxwidth-bootstrap": {
"prefix": "maxwidth-bootstrap",
"body": ["@include media-breakpoint-down(md) { $1 }"],
"description": "maxwidth bootstrap"
},
"headingfont": {
"prefix": "headingfont",
"body": ["$headings-font-family"],
"description": "headingfont"
},
"bodyfont": {
"prefix": "bodyfont",
"body": ["$font-family-base"],
"description": "bodyfont"
},
"maxwidthcss": {
"prefix": "maxwidthcss",
"body": ["@media only screen and (max-width: 600px) {$1}"],
"description": "maxwidthcss"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment