"Print to console": {
"prefix": "boilerplate",
"body": [
"* {",
" padding: 0;",
" margin: 0;",
" box-sizing: border-box;",
"}",
"",
"body {",
" height: 100vh;",
" width: 100vw;",
"}"
],
"description": "Log output to console"
}
}
I have typed this code in my vscode source.css.styled.jason but not working can you tell me solution like it will not suggest me any recommendation for my boiler plate.
i am expecting to get my boilerplate just after typing in the vs code like boilerplate
New contributor
Abhimanyu Solanki is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.