mirror of
https://github.com/kevin-DL/gothstarter.git
synced 2026-01-11 18:14:27 +00:00
7 lines
141 B
JavaScript
7 lines
141 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: [ "./**/*.html", "./**/*.templ", "./**/*.go", ],
|
|
safelist: [],
|
|
}
|
|
|