UNPKG

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

Version:

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

17 lines (15 loc) 276 B
const 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", }; module.exports = Colors;