Skip to content

Commit ae0c66c

Browse files
authored
Merge pull request #13 from filamentphp/update-tailwind-config
Update Tailwind config
2 parents b41ee18 + c9e8298 commit ae0c66c

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

tailwind.config.js

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ const colors = require("tailwindcss/colors");
22

33
/** @type {import('tailwindcss').Config} */
44
module.exports = {
5-
content: ["./resources/views/**/*.blade.php", "./src/**/*.php"],
6-
darkMode: "class",
7-
theme: {
8-
extend: {
9-
colors: {
10-
danger: colors.rose,
11-
primary: colors.yellow,
12-
success: colors.green,
13-
warning: colors.amber,
14-
},
5+
content: ["./resources/views/**/*.blade.php", "./src/**/*.php"],
6+
darkMode: "class",
7+
theme: {
8+
extend: {
9+
colors: {
10+
danger: colors.rose,
11+
primary: colors.amber,
12+
success: colors.green,
13+
warning: colors.amber,
14+
},
15+
},
1516
},
16-
},
17-
corePlugins: {
18-
preflight: false,
19-
},
20-
plugins: [],
17+
corePlugins: {
18+
preflight: false,
19+
},
20+
plugins: [],
2121
};

0 commit comments

Comments
 (0)