style: Add tailwindcss class for background colors
This commit is contained in:
parent
1cac4642f3
commit
aeb6f5da5a
@ -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 {
|
||||||
|
|||||||
@ -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,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user