Skip to content

Commit

Permalink
Added draftui
Browse files Browse the repository at this point in the history
  • Loading branch information
samwambam committed Apr 24, 2024
1 parent c42ca3f commit bb7f875
Show file tree
Hide file tree
Showing 7 changed files with 2,060 additions and 492 deletions.
8 changes: 8 additions & 0 deletions neptune-app/cva.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { defineConfig } from "cva";
import { twMerge } from "tailwind-merge";

export const { cva, cx, compose } = defineConfig({
hooks: {
onComplete: (className) => twMerge(className),
},
})
Loading

0 comments on commit bb7f875

Please sign in to comment.