mirror of
https://github.com/kevin-DL/gothstarter.git
synced 2026-01-11 18:14:27 +00:00
initial
This commit is contained in:
6
tailwind.config.js
Normal file
6
tailwind.config.js
Normal file
@@ -0,0 +1,6 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: [ "./**/*.html", "./**/*.templ", "./**/*.go", ],
|
||||
safelist: [],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user