Remove leftover Clerk CSS import from application styles

Remove the unused import "@clerk/themes/shadcn.css" from artifacts/skillguard/src/index.css.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 0d01f99a-ea6a-447d-82fd-311715434a39
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 719c20b6-6deb-47cb-94da-c5477004f083
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/e32d2b99-1721-47dd-833c-98b372f48008/0d01f99a-ea6a-447d-82fd-311715434a39/upEITG1
Replit-Helium-Checkpoint-Created: true
This commit is contained in:
Replit Agent 2026-06-16 21:25:47 +00:00
parent 441c828a17
commit 1451ce790f
2 changed files with 1 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 6 KiB

View file

@ -1,6 +1,5 @@
@layer theme, base, clerk, components, utilities; @layer theme, base, components, utilities;
@import "tailwindcss"; @import "tailwindcss";
@import "@clerk/themes/shadcn.css";
@import "tw-animate-css"; @import "tw-animate-css";
@plugin "@tailwindcss/typography"; @plugin "@tailwindcss/typography";