tailwindcss test

This commit is contained in:
myh 2023-12-01 00:46:05 +08:00
parent 06d8bc62cd
commit 1c2a6966e4
2 changed files with 4 additions and 1 deletions

View File

@ -1 +1,4 @@
/* You can add global styles to this file, and also import other style files */ /* You can add global styles to this file, and also import other style files */
@tailwind base;
@tailwind components;
@tailwind utilities;

View File

@ -1,6 +1,6 @@
/** @type {import('tailwindcss').Config} */ /** @type {import('tailwindcss').Config} */
module.exports = { module.exports = {
content: [], content: ["./src/**/*.{html,js}"],
theme: { theme: {
extend: {}, extend: {},
}, },