Evan Reichard
3057b86002
All checks were successful
continuous-integration/drone/push Build is passing
13 lines
255 B
JavaScript
13 lines
255 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: [
|
|
"./templates/**/*.{html,htm,svg}",
|
|
"./assets/local/*.{html,htm,svg,js}",
|
|
"./assets/reader/*.{html,htm,svg,js}",
|
|
],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
};
|