initial commit - code moved to separate repo
This commit is contained in:
17
tailwind.config.js
Normal file
17
tailwind.config.js
Normal file
@ -0,0 +1,17 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
darkMode: "class",
|
||||
// darkMode: false,
|
||||
content: [
|
||||
"./pages/**/*.{js,ts,jsx,tsx}",
|
||||
"./components/**/*.{js,ts,jsx,tsx}",
|
||||
"./node_modules/tw-elements/dist/js/**/*.js",
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [
|
||||
require('tw-elements/dist/plugin'),
|
||||
require('@tailwindcss/forms'),
|
||||
],
|
||||
}
|
Reference in New Issue
Block a user