Some checks failed
Build and Push Docker Image to Gitea / build-and-push-to-gitea (push) Has been cancelled
14 lines
238 B
JavaScript
14 lines
238 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: [
|
|
'./src/**/*.{html,njk,md,js}',
|
|
'./.eleventy.js',
|
|
],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
future: {
|
|
hoverOnlyWhenSupported: true,
|
|
},
|
|
plugins: [],
|
|
}; |