medium.rip/frontend/tailwind.config.cjs
Sphericalkat 9600c21c5a feat: set up embedded static server
Signed-off-by: Sphericalkat <amolele@gmail.com>
2023-05-27 13:27:01 +05:30

9 lines
155 B
JavaScript

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