blackbirdchess-client-web/.vscode/settings.json

111 lines
1.7 KiB
JSON
Raw Permalink Normal View History

2023-03-18 18:07:38 +01:00
{
2023-08-17 00:22:44 +02:00
"prettier.documentSelectors": [
"**/*.svelte"
],
2023-03-18 18:07:38 +01:00
"tailwindCSS.classAttributes": [
"class",
"accent",
"active",
2023-08-17 00:22:44 +02:00
"aspectRatio",
2023-03-18 18:07:38 +01:00
"background",
"badge",
2023-08-17 00:22:44 +02:00
"bgBackdrop",
"bgDark",
"bgDrawer",
"bgLight",
"blur",
2023-03-18 18:07:38 +01:00
"border",
"button",
2023-08-17 00:22:44 +02:00
"buttonAction",
2023-03-18 18:07:38 +01:00
"buttonBack",
"buttonClasses",
"buttonComplete",
2023-08-17 00:22:44 +02:00
"buttonDismiss",
"buttonNeutral",
2023-03-18 18:07:38 +01:00
"buttonNext",
2023-08-17 00:22:44 +02:00
"buttonPositive",
"buttonTextCancel",
"buttonTextConfirm",
"buttonTextFirst",
"buttonTextLast",
2023-03-18 18:07:38 +01:00
"buttonTextNext",
"buttonTextPrevious",
2023-08-17 00:22:44 +02:00
"buttonTextSubmit",
"caretClosed",
"caretOpen",
2023-03-18 18:07:38 +01:00
"chips",
"color",
2023-08-17 00:22:44 +02:00
"controlSeparator",
"controlVariant",
2023-03-18 18:07:38 +01:00
"cursor",
"display",
"element",
"fill",
2023-08-17 00:22:44 +02:00
"fillDark",
"fillLight",
2023-03-18 18:07:38 +01:00
"flex",
"gap",
"gridColumns",
"height",
"hover",
2023-08-17 00:22:44 +02:00
"indent",
2023-03-18 18:07:38 +01:00
"justify",
"meter",
"padding",
2023-08-17 00:22:44 +02:00
"position",
"regionBackdrop",
2023-03-18 18:07:38 +01:00
"regionBody",
"regionCaption",
"regionCaret",
2023-08-17 00:22:44 +02:00
"regionCell",
"regionChildren",
2023-03-18 18:07:38 +01:00
"regionCone",
"regionContent",
"regionControl",
"regionDefault",
2023-08-17 00:22:44 +02:00
"regionDrawer",
2023-03-18 18:07:38 +01:00
"regionFoot",
2023-08-17 00:22:44 +02:00
"regionFootCell",
"regionFooter",
2023-03-18 18:07:38 +01:00
"regionHead",
2023-08-17 00:22:44 +02:00
"regionHeadCell",
2023-03-18 18:07:38 +01:00
"regionHeader",
"regionIcon",
"regionInterface",
"regionInterfaceText",
"regionLabel",
"regionLead",
"regionLegend",
"regionList",
"regionNavigation",
"regionPage",
"regionPanel",
"regionRowHeadline",
"regionRowMain",
2023-08-17 00:22:44 +02:00
"regionSummary",
"regionSymbol",
"regionTab",
2023-03-18 18:07:38 +01:00
"regionTrail",
2023-08-17 00:22:44 +02:00
"ring",
2023-03-18 18:07:38 +01:00
"rounded",
"select",
"shadow",
"slotDefault",
"slotFooter",
"slotHeader",
"slotLead",
"slotMessage",
"slotMeta",
"slotPageContent",
"slotPageFooter",
"slotPageHeader",
"slotSidebarLeft",
"slotSidebarRight",
"slotTrail",
"spacing",
"text",
"track",
2023-08-17 00:22:44 +02:00
"width",
"zIndex"
2023-03-18 18:07:38 +01:00
]
}