this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

home(vscode): set tailwind as the css language

+3
+3
home/programs/vscode.nix
··· 204 204 # JS 205 205 "debug.javascript.autoAttachFilter" = "onlyWithFlag"; 206 206 207 + # CSS 208 + "files.associations"."*.css" = "tailwindcss"; 209 + 207 210 # Misc 208 211 "yaml.format.proseWrap" = "always"; 209 212 "workbench.startupEditor" = "none";