@import "tailwindcss";@import "tw-animate-css";@layer base { * { @apply border-border outline-ring/50; } body { @apply bg-background text-foreground; } pre { @apply p-3 rounded; }}
10 Replies
lmssiehdevOP
•3 months ago
// code with no textimport dayjs, { type Dayjs } from 'dayjs';import relativeTime from 'dayjs/plugin/relativeTime';dayjs.extend(relativeTime);export { dayjs, type Dayjs };
lmssiehdevOP
•3 months ago
normal multi line quote with languages* consider staring the repo* thanks <3
lmssiehdevOP
•3 months ago
code highlighting with a message
export function getDateFromSnowflake(snowflake: Snowflake) { return new Date(getTimestamp(snowflake));}