File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ You can enable tab completion (recommended) by opening `Code > Preferences > Set
93
93
| Snippet | Purpose |
94
94
| ---------------------- | ------------------- |
95
95
| ` nfont ` | link to include fonts in a nuxt project, in nuxt-config |
96
+ | ` ncss ` | link to css assets such as normalize |
96
97
97
98
### Extra (plaintext)
98
99
@@ -102,5 +103,5 @@ You can enable tab completion (recommended) by opening `Code > Preferences > Set
102
103
103
104
104
105
## Contributing
105
- This is an open source project open to anyone. Contributions are welcome : [ github] ( https://github.com/sdras/vue-vscode-snippets )
106
+ This is an open source project open to anyone. Contributions are welcome [ github] ( https://github.com/sdras/vue-vscode-snippets )
106
107
Original file line number Diff line number Diff line change 5
5
" { rel: 'stylesheet', href: '${1:https://fonts.googleapis.com/css?family=Montserrat:600|Rufina:700}' }"
6
6
],
7
7
"description" : " link to include fonts in a nuxt project, in nuxt-config"
8
+ },
9
+ "Nuxt Use CSS File" : {
10
+ "prefix" : " ncss" ,
11
+ "body" : [" css: ['assets/${1:normalize.css}']," ],
12
+ "description" : " link to css assets such as normalize"
8
13
}
9
14
}
You can’t perform that action at this time.
0 commit comments