UNPKG

@amj7/nativescript-tailwind-shadcn-vue-colors

Version:

NativeScript Tailwind CSS plugin that provides shadcn-vue color classes and css variables

16 lines (15 loc) 282 B
declare enum Colors { ZINC = "zinc", ROSE = "rose", BLUE = "blue", GREEN = "green", ORANGE = "orange", RED = "red", SLATE = "slate", STONE = "stone", GRAY = "gray", NEUTRAL = "neutral", YELLOW = "yellow", VIOLET = "violet", } export = Colors;