Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dist-ssr
*.sw?
*.pyc
venv/

build
docs/_build

# python
Expand Down
11 changes: 11 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// These extensions are quite useful I recommend them
//
// Also if you get apply warnings the only thing that seems to have worked
// is to create a settings.json file in this directory and associate
// "*.css" with "postcss"
{
"recommendations":[
"bradlc.vscode-tailwindcss", // Tailwind CSS IntelliSense
"csstools.postcss" // PostCSS Language Support
]
}
Loading
Loading