tiefen_space_op/tailwind.config.js

12 lines
200 B
JavaScript
Raw Permalink Normal View History

2023-12-24 00:17:31 +08:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/**/*.{js,jsx,ts,tsx}"],
theme: {
extend: {},
},
plugins: [],
corePlugins: {
preflight: false,
},
};