mirror of
https://github.com/wah-su/wah-su.github.io.git
synced 2025-05-06 12:59:39 +05:00
add content to the page
This commit is contained in:
parent
f7d591e9f8
commit
adaa5a8c9b
10 changed files with 2076 additions and 4 deletions
|
@ -1,7 +1,15 @@
|
|||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ["./src/**/*.{html,js}", "./node_modules/flowbite/**/*.js"],
|
||||
content: [
|
||||
"./index.html",
|
||||
"./src/**/*.{html,js}",
|
||||
"./public/js/cards.js",
|
||||
"./node_modules/flowbite/**/*.js",
|
||||
],
|
||||
theme: {
|
||||
container: {
|
||||
center: true,
|
||||
},
|
||||
extend: {},
|
||||
},
|
||||
plugins: [require("flowbite/plugin")],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue