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 "./style.css";
@import "tailwindcss"; @import "tailwindcss";
@source not inline("{hover:,focus:}bg-{zinc,red,orange,yellow,lime,green,emerald,teal}-{50..950}");
@plugin '@tailwindcss/typography'; @plugin '@tailwindcss/typography';
@theme { @theme {

View File

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