mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-15 20:17:22 +00:00
added format command and added trailing commas to reduce conflicts
This commit is contained in:
@@ -11,9 +11,9 @@ export default {
|
||||
background: "rgb(var(--color-background) / <alpha-value>)",
|
||||
muted: "rgb(var(--color-muted) / <alpha-value>)",
|
||||
lightest: "rgb(var(--color-lightest) / <alpha-value>)",
|
||||
darkest: "rgb(var(--color-darkest) / <alpha-value>)"
|
||||
}
|
||||
}
|
||||
darkest: "rgb(var(--color-darkest) / <alpha-value>)",
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [tailwindCssAnimate]
|
||||
plugins: [tailwindCssAnimate],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user