Files
metabuilder/packages/stats_grid/seed/scripts/config.json
2025-12-30 14:30:53 +00:00

15 lines
402 B
JSON

{
"defaultGridClass": "grid gap-4 md:grid-cols-3 lg:grid-cols-6",
"defaultCardClass": "bg-black/40 border-white/10",
"colorClasses": {
"white": "text-white",
"red": "text-red-400",
"yellow": "text-yellow-400",
"blue": "text-blue-400",
"green": "text-green-400",
"orange": "text-orange-400",
"purple": "text-purple-400",
"gray": "text-gray-400"
}
}