mirror of
https://github.com/LukeHagar/skeleton.git
synced 2025-12-10 04:21:26 +00:00
Ordered the classes in tw-settings.json
This commit is contained in:
@@ -124,7 +124,8 @@ function generateKeyWordsFromProps() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
writeFileSync('scripts/tw-settings.json', JSON.stringify({ "tailwindCSS.classAttributes": [...propSet] }, null, '\t'));
|
const finalProps = Array.from(propSet).sort()
|
||||||
|
writeFileSync('scripts/tw-settings.json', JSON.stringify({ "tailwindCSS.classAttributes": [...finalProps] }, null, '\t'));
|
||||||
}
|
}
|
||||||
|
|
||||||
extractScriptsFromComponents('src/lib/components');
|
extractScriptsFromComponents('src/lib/components');
|
||||||
|
|||||||
@@ -1,78 +1,78 @@
|
|||||||
{
|
{
|
||||||
"tailwindCSS.classAttributes": [
|
"tailwindCSS.classAttributes": [
|
||||||
"class",
|
"accent",
|
||||||
"spacing",
|
|
||||||
"padding",
|
|
||||||
"hover",
|
|
||||||
"rounded",
|
|
||||||
"regionControl",
|
|
||||||
"regionPanel",
|
|
||||||
"regionCaret",
|
|
||||||
"background",
|
|
||||||
"border",
|
|
||||||
"shadow",
|
|
||||||
"space",
|
|
||||||
"gridColumns",
|
|
||||||
"gap",
|
|
||||||
"regionRowMain",
|
|
||||||
"regionRowHeadline",
|
|
||||||
"slotLead",
|
|
||||||
"slotDefault",
|
|
||||||
"slotTrail",
|
|
||||||
"active",
|
"active",
|
||||||
"width",
|
"amountText",
|
||||||
"height",
|
"background",
|
||||||
"regionLead",
|
"badge",
|
||||||
"regionDefault",
|
"border",
|
||||||
"regionTrail",
|
"borderColor",
|
||||||
"regionIcon",
|
"borderWidth",
|
||||||
"regionLabel",
|
|
||||||
"regionPage",
|
|
||||||
"slotHeader",
|
|
||||||
"slotSidebarLeft",
|
|
||||||
"slotSidebarRight",
|
|
||||||
"slotPageHeader",
|
|
||||||
"slotPageContent",
|
|
||||||
"slotPageFooter",
|
|
||||||
"slotFooter",
|
|
||||||
"fill",
|
|
||||||
"cursor",
|
|
||||||
"regionCaption",
|
|
||||||
"regionCone",
|
|
||||||
"regionLegend",
|
|
||||||
"button",
|
"button",
|
||||||
|
"buttonBack",
|
||||||
|
"buttonClasses",
|
||||||
|
"buttonComplete",
|
||||||
|
"buttonNext",
|
||||||
|
"buttonTextNext",
|
||||||
|
"buttonTextPrevious",
|
||||||
|
"chips",
|
||||||
|
"class",
|
||||||
|
"color",
|
||||||
|
"cursor",
|
||||||
|
"display",
|
||||||
|
"element",
|
||||||
|
"fill",
|
||||||
|
"flex",
|
||||||
|
"gap",
|
||||||
|
"gridColumns",
|
||||||
|
"height",
|
||||||
|
"hover",
|
||||||
|
"invalid",
|
||||||
|
"justify",
|
||||||
|
"meter",
|
||||||
|
"padding",
|
||||||
|
"regionBody",
|
||||||
|
"regionCaption",
|
||||||
|
"regionCaret",
|
||||||
|
"regionCone",
|
||||||
|
"regionContent",
|
||||||
|
"regionControl",
|
||||||
|
"regionDefault",
|
||||||
|
"regionFoot",
|
||||||
|
"regionHead",
|
||||||
|
"regionHeader",
|
||||||
|
"regionIcon",
|
||||||
"regionInterface",
|
"regionInterface",
|
||||||
"regionInterfaceText",
|
"regionInterfaceText",
|
||||||
|
"regionLabel",
|
||||||
|
"regionLead",
|
||||||
|
"regionLegend",
|
||||||
|
"regionList",
|
||||||
|
"regionNavigation",
|
||||||
|
"regionPage",
|
||||||
|
"regionPanel",
|
||||||
|
"regionRowHeadline",
|
||||||
|
"regionRowMain",
|
||||||
|
"regionTrail",
|
||||||
|
"rounded",
|
||||||
|
"select",
|
||||||
|
"shadow",
|
||||||
|
"slotDefault",
|
||||||
|
"slotFooter",
|
||||||
|
"slotHeader",
|
||||||
|
"slotLead",
|
||||||
"slotMessage",
|
"slotMessage",
|
||||||
"slotMeta",
|
"slotMeta",
|
||||||
"chips",
|
"slotPageContent",
|
||||||
"invalid",
|
"slotPageFooter",
|
||||||
"select",
|
"slotPageHeader",
|
||||||
"justify",
|
"slotSidebarLeft",
|
||||||
|
"slotSidebarRight",
|
||||||
|
"slotTrail",
|
||||||
|
"space",
|
||||||
|
"spacing",
|
||||||
"text",
|
"text",
|
||||||
"amountText",
|
|
||||||
"buttonClasses",
|
|
||||||
"buttonTextPrevious",
|
|
||||||
"buttonTextNext",
|
|
||||||
"meter",
|
|
||||||
"track",
|
"track",
|
||||||
"display",
|
"width"
|
||||||
"borderWidth",
|
|
||||||
"borderColor",
|
|
||||||
"color",
|
|
||||||
"accent",
|
|
||||||
"regionHeader",
|
|
||||||
"regionContent",
|
|
||||||
"regionNavigation",
|
|
||||||
"badge",
|
|
||||||
"buttonBack",
|
|
||||||
"buttonNext",
|
|
||||||
"buttonComplete",
|
|
||||||
"flex",
|
|
||||||
"regionList",
|
|
||||||
"element",
|
|
||||||
"regionHead",
|
|
||||||
"regionBody",
|
|
||||||
"regionFoot"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user