fix tailwind cong

This commit is contained in:
2025-05-25 16:39:48 +03:00
parent 17a12bf583
commit 018e7cc082
2 changed files with 6 additions and 32 deletions

View File

@@ -3,19 +3,8 @@
@import "code.css";
/*! purgecss end ignore */
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer components {
/* .btn-primary {
@apply py-1.5 px-3 text-center bg-blue-700 rounded-md text-white;
} */
}
@import "tailwindcss/base";
@import "layout.css";
@import "tailwindcss/components";
@import "admonition.css";
@import "tailwindcss/utilities";