json SCSS vscode片段

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了json SCSS vscode片段相关的知识,希望对你有一定的参考价值。

{
  "Sass Breakpoint": {
    "prefix": "bp",
    "body": [
		"@include bp($1){",
		"\t$2",
		"}"
	],
    "description": "Breakpoint mixin"
  },
  "Mobile Breakpoint": {
    "prefix": "mobile",
    "body": [
		"@include bp(mobile){",
		"\t$1",
		"}"
	],
    "description": "Mobile breakpoint mixin"
  },
  "Landscape Breakpoint": {
    "prefix": "landscape",
    "body": [
		"@include bp(landscape){",
		"\t$1",
		"}"
	],
    "description": "Landscape breakpoint mixin"
  },
  "Portrait Breakpoint": {
    "prefix": "portrait",
    "body": [
		"@include bp(portrait){",
		"\t$1",
		"}"
	],
    "description": "Portrait breakpoint mixin"
  }
}

以上是关于json SCSS vscode片段的主要内容,如果未能解决你的问题,请参考以下文章

vue —— VSCode代码片段

json VS Code SCSS片段

json 个人的vscode的代码片段

json 我的vscode片段

json Conf VSCode片段

json VScode片段