mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-06-28 20:29:13 +00:00
refactor: Resolved issuesd found by Prettier
This commit is contained in:
parent
8ac7862393
commit
48dbf5cb3c
5 changed files with 83 additions and 80 deletions
|
@ -4,7 +4,11 @@ const colors = require("tailwindcss/colors");
|
|||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
darkMode: ["class"],
|
||||
content: ["app/**/*.{ts,tsx}", "components/**/*.{ts,tsx}", "content/**/*.mdx"],
|
||||
content: [
|
||||
"app/**/*.{ts,tsx}",
|
||||
"components/**/*.{ts,tsx}",
|
||||
"content/**/*.mdx",
|
||||
],
|
||||
theme: {
|
||||
container: {
|
||||
center: true,
|
||||
|
@ -23,8 +27,10 @@ module.exports = {
|
|||
},
|
||||
|
||||
backgroundImage: {
|
||||
"gradient-conic": "conic-gradient(var(--conic-position), var(--tw-gradient-stops))",
|
||||
"gradient-radial-top": "radial-gradient(100% 60% at 100% 0%, var(--tw-gradient-stops))",
|
||||
"gradient-conic":
|
||||
"conic-gradient(var(--conic-position), var(--tw-gradient-stops))",
|
||||
"gradient-radial-top":
|
||||
"radial-gradient(100% 60% at 100% 0%, var(--tw-gradient-stops))",
|
||||
},
|
||||
keyframes: {
|
||||
"accordion-down": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue