update tailwind-preset
This commit is contained in:
parent
19e442f937
commit
3d37c2d7be
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@matthiesenxyz/astro-ghostcms-catppuccin-dark",
|
"name": "@matthiesenxyz/astro-ghostcms-catppuccin-dark",
|
||||||
"description": "A dark theme made with Catppuccin and TailwindCSS for Astro-GhostCMS",
|
"description": "A dark theme made with Catppuccin and TailwindCSS for Astro-GhostCMS",
|
||||||
"version": "0.0.3",
|
"version": "0.0.4",
|
||||||
"homepage": "https://astro-ghostcms.xyz/",
|
"homepage": "https://astro-ghostcms.xyz/",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/** @type {import('tailwindcss').Config} */
|
/** @type {import('tailwindcss').Config} */
|
||||||
import { fontFamily as _fontFamily } from "tailwindcss/defaultTheme";
|
import { fontFamily as _fontFamily } from "tailwindcss/defaultTheme";
|
||||||
export const content = [
|
export const content = [
|
||||||
'./node_modules/@matthiesenxyz/astro-ghostcms-catppuccin-dark/src/**/*.{astro,js}'
|
'./node_modules/@matthiesenxyz/astro-ghostcms-catppuccin-dark/src/**/*.{astro,js,css,ts}'
|
||||||
];
|
];
|
||||||
export const theme = {
|
export const theme = {
|
||||||
extend: {
|
extend: {
|
||||||
|
|
Loading…
Reference in New Issue