style: Add tailwindcss class for background colors

This commit is contained in:
Gauthier Daniels 2025-04-21 21:42:31 +02:00
parent 1cac4642f3
commit aeb6f5da5a
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,8 @@
@import "./style.css";
@import "tailwindcss";
@source not inline("{hover:,focus:}bg-{zinc,red,orange,yellow,lime,green,emerald,teal}-{50..950}");
@plugin '@tailwindcss/typography';
@theme {

View File

@ -40,7 +40,6 @@ export default defineConfig({
vikeSolid(),
mdx({
jsxImportSource: "solid-jsx",
// providerImportSource: "solid-mdx",
remarkPlugins: [
remarkFrontmatter,
remarkHeadingId,