mirror of
https://github.com/avinal/box-box.git
synced 2026-01-10 21:48:32 +05:30
fix: css class and positioning issues in page
Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ["./layouts/**/*.html", "./public/**/*.html"],
|
||||
content: [
|
||||
"./layouts/**/*.html",
|
||||
"./assets/**/*.html",
|
||||
"./public/**/*.html"
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user