Files
theme-earth/tailwind.config.js
Ryan Wang d8769ce58c chore: development setup
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-10-05 23:26:16 +08:00

9 lines
150 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./templates/**/*.html"],
theme: {
extend: {},
},
plugins: [],
}