mirror of
https://github.com/ershisan99/vacancies-trends-front.git
synced 2026-02-04 12:35:49 +00:00
add grouping and totals
This commit is contained in:
36
app/lib/tremor/tremorTwMerge.ts
Normal file
36
app/lib/tremor/tremorTwMerge.ts
Normal file
@@ -0,0 +1,36 @@
|
||||
import { extendTailwindMerge } from "tailwind-merge";
|
||||
|
||||
export const tremorTwMerge = extendTailwindMerge({
|
||||
classGroups: {
|
||||
boxShadow: [
|
||||
{
|
||||
shadow: [
|
||||
{
|
||||
tremor: ["input", "card", "dropdown"],
|
||||
"dark-tremor": ["input", "card", "dropdown"],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
borderRadius: [
|
||||
{
|
||||
rounded: [
|
||||
{
|
||||
tremor: ["small", "default", "full"],
|
||||
"dark-tremor": ["small", "default", "full"],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
fontSize: [
|
||||
{
|
||||
text: [
|
||||
{
|
||||
tremor: ["default", "title", "metric"],
|
||||
"dark-tremor": ["default", "title", "metric"],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user