WIP
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
darkMode: 'selector',
|
||||
darkMode: ['selector', '[data-dark="true"]'],
|
||||
content: [
|
||||
"./resources/**/*.blade.php",
|
||||
"./resources/**/*.js",
|
||||
@@ -10,6 +10,7 @@ export default {
|
||||
extend: {
|
||||
colors: {
|
||||
'yellow-pfadi': '#ffdd00',
|
||||
'yellow-pfadi-dark': '#f2d40d',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user