CSS 파일 수정: @import 구문을 @tailwind 선언 이전으로 이동

This commit is contained in:
hansoo
2025-03-18 00:52:40 +09:00
parent a63cd23580
commit fe07098817

View File

@@ -1,10 +1,10 @@
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
@tailwind base;
@tailwind components;
@tailwind utilities;
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
@layer base {
:root {
--background: 0 0% 100%;