refactor: remove favorite and copy features from units converter

This commit is contained in:
2026-02-26 12:40:03 +01:00
parent e1406f427e
commit 0db8ea8773
2 changed files with 3 additions and 58 deletions

View File

@@ -4,6 +4,8 @@
@source "../components/ui/*.{js,ts,jsx,tsx}";
@source "*.{js,ts,jsx,tsx}";
@custom-variant hover (&:hover);
@theme {
--color-background: var(--background);
--color-foreground: var(--foreground);