We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b41ee18 commit c9e8298Copy full SHA for c9e8298
1 file changed
tailwind.config.js
@@ -2,20 +2,20 @@ const colors = require("tailwindcss/colors");
2
3
/** @type {import('tailwindcss').Config} */
4
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
- },
+ content: ["./resources/views/**/*.blade.php", "./src/**/*.php"],
+ darkMode: "class",
+ theme: {
+ extend: {
+ colors: {
+ danger: colors.rose,
+ primary: colors.amber,
+ success: colors.green,
+ warning: colors.amber,
+ },
15
16
},
17
- corePlugins: {
18
- preflight: false,
19
20
- plugins: [],
+ corePlugins: {
+ preflight: false,
+ plugins: [],
21
};
0 commit comments