reset

PHOTO EMBED

Fri Aug 13 2021 02:31:10 GMT+0000 (Coordinated Universal Time)

Saved by @Joel #css

"reset": {
		"scope": "scss, css",
		"prefix": "rst",
		"body": [
			"* {",
			"\tmargin: 0;",
			"\tpadding: 0;",
			"\tbox-sizing: border-box;",
			"\tfont-family: ${1};",
			"}"
		]
	}
content_copyCOPY