Logo
Explore Help
Register Sign In
Mirrors/plane
1
0
Fork 0
You've already forked plane
mirror of https://github.com/makeplane/plane.git synced 2026-07-11 21:10:13 +02:00
Code Issues Packages Projects Releases Wiki Activity
Files
chore/python-server
plane/space/helpers/common.helper.ts

7 lines
232 B
TypeScript
Raw Permalink Normal View History

dev: added tailwind merge helper function (#2844)
2023-11-23 17:21:47 +05:30
import { clsx, type ClassValue } from "clsx";
import { twMerge } from "tailwind-merge";
export const API_BASE_URL = process.env.NEXT_PUBLIC_API_BASE_URL ?? "";
chore: format all files in monorepo (#3054) * chore: format all files in the project * fix: removing @types/react from dependencies * fix: adding prettier and eslint config * chore: format files * fix: upgrading turbo version * chore: ignoring warnings and adding todos * fix: updated the type of bubble menu item in the document editor * chore: format files --------- Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
2023-12-10 15:48:10 +05:30
export const cn = (...inputs: ClassValue[]) => twMerge(clsx(inputs));
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 823ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API