Skip to content

Commit

Permalink
docs(getting-started): update path to settings.json (#2870)
Browse files Browse the repository at this point in the history
  • Loading branch information
corydeppen authored Dec 9, 2024
1 parent 31b8c56 commit c186169
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/1.getting-started/2.installation/1.nuxt.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default defineNuxtConfig({
::callout{icon="i-simple-icons-visualstudiocode"}
It's recommended to install the [Tailwind CSS IntelliSense](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss) extension for VSCode and add the following settings:

```json [settings.json]
```json [.vscode/settings.json]
"files.associations": {
"*.css": "tailwindcss"
},
Expand Down
2 changes: 1 addition & 1 deletion docs/content/1.getting-started/2.installation/2.vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ app.mount('#app')
::callout{icon="i-simple-icons-visualstudiocode"}
It's recommended to install the [Tailwind CSS IntelliSense](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss) extension for VSCode and add the following settings:

```json [settings.json]
```json [.vscode/settings.json]
"files.associations": {
"*.css": "tailwindcss"
},
Expand Down

0 comments on commit c186169

Please sign in to comment.