Last active
November 7, 2020 10:29
-
-
Save coder618/07f9b0cb4daec5e5a9105cab218d8ba0 to your computer and use it in GitHub Desktop.
vs code spinet
This file contains 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
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