Skip to content

Commit

Permalink
refactor: update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
42willow committed Sep 5, 2024
1 parent 37cf4b4 commit 6229a5b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
4 changes: 2 additions & 2 deletions example/.vitepress/theme/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import DefaultTheme from "vitepress/theme";
import '@catppuccin/vitepress/theme/mocha.css';
import "./override.css";

import "@catppuccin/vitepress/theme/mocha/pink.css"

export default DefaultTheme;
1 change: 0 additions & 1 deletion index.ts

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@catppuccin/vitepress",
"type": "module",
"module": "index.ts",
"version": "0.1.0",
"description": "📝 Soothing pastel theme for VitePress",
"author": "willow <[email protected]>",
Expand Down
6 changes: 0 additions & 6 deletions theme/index.ts

This file was deleted.

0 comments on commit 6229a5b

Please sign in to comment.