mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
8 lines
143 B
JavaScript
8 lines
143 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: [
|
|
'./_site/**/*.html',
|
|
'./_site/**/*.js',
|
|
],
|
|
}
|