use catppuccin theme
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
import typography from "@tailwindcss/typography"
|
||||
import typography from "@tailwindcss/typography";
|
||||
import catppuccin from "@catppuccin/tailwindcss";
|
||||
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [typography],
|
||||
}
|
||||
content: ["./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}"],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [typography, catppuccin],
|
||||
};
|
||||
|
Reference in New Issue
Block a user