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