style: Add tailwindcss class for background colors
This commit is contained in:
parent
1cac4642f3
commit
aeb6f5da5a
@ -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 {
|
||||
|
||||
@ -40,7 +40,6 @@ export default defineConfig({
|
||||
vikeSolid(),
|
||||
mdx({
|
||||
jsxImportSource: "solid-jsx",
|
||||
// providerImportSource: "solid-mdx",
|
||||
remarkPlugins: [
|
||||
remarkFrontmatter,
|
||||
remarkHeadingId,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user