mirror of
https://github.com/5vl/Holidays.git
synced 2025-05-23 21:46:59 +00:00
12 lines
154 B
JavaScript
12 lines
154 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: [
|
|
'./public/*.html',
|
|
],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
}
|
|
|