Changed Texts #18

Merged
tokslaw merged 1 commits from Ts&Cs-ebube into master 2023-01-31 13:27:37 +00:00
3 changed files with 1131 additions and 49 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
},
"[javascriptreact]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": null
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"javascript.validate.enable": false, //disable all built-in syntax checking
"editor.codeActionsOnSave": {
File diff suppressed because it is too large Load Diff
+3
View File
@@ -19,6 +19,9 @@ module.exports = {
"dark-light-purple":"#5356fb29"
},
},
listStyleType: {
roman: 'upper-roman'
},
},
plugins: [require("@tailwindcss/line-clamp")],
};