mirror of
https://github.com/filamentphp/plugin-skeleton.git
synced 2025-12-06 13:38:53 +08:00
Merge pull request #13 from filamentphp/update-tailwind-config
Update Tailwind config
This commit is contained in:
@@ -2,20 +2,20 @@ const colors = require("tailwindcss/colors");
|
||||
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ["./resources/views/**/*.blade.php", "./src/**/*.php"],
|
||||
darkMode: "class",
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
danger: colors.rose,
|
||||
primary: colors.yellow,
|
||||
success: colors.green,
|
||||
warning: colors.amber,
|
||||
},
|
||||
content: ["./resources/views/**/*.blade.php", "./src/**/*.php"],
|
||||
darkMode: "class",
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
danger: colors.rose,
|
||||
primary: colors.amber,
|
||||
success: colors.green,
|
||||
warning: colors.amber,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
corePlugins: {
|
||||
preflight: false,
|
||||
},
|
||||
plugins: [],
|
||||
corePlugins: {
|
||||
preflight: false,
|
||||
},
|
||||
plugins: [],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user