mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-20 13:39:15 +00:00
6 lines
198 B
CSS
6 lines
198 B
CSS
@import url("@kksh/react/css");
|
|
@import url("@kksh/react/themes");
|
|
/* @tailwind base; */
|
|
/* This adds white border to command components under dark mode */
|
|
@tailwind components;
|
|
@tailwind utilities; |