Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
update tailwind-preset
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen committed Feb 1, 2024
1 parent 19e442f commit 3d37c2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/astro-ghostcms-catppuccin-dark/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@matthiesenxyz/astro-ghostcms-catppuccin-dark",
"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/",
"type": "module",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-ghostcms-catppuccin-dark/tailwind-preset.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @type {import('tailwindcss').Config} */
import { fontFamily as _fontFamily } from "tailwindcss/defaultTheme";
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 = {
extend: {
Expand Down

1 comment on commit 3d37c2d

@vercel
Copy link

@vercel vercel bot commented on 3d37c2d Feb 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.