fix. 개발 도구 적용. (typescript, prettier, es-lint)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
@import "./base/_theme.css";
|
||||
@import "./base/_reset.css";
|
||||
@import './base/_theme.css';
|
||||
@import './base/_reset.css';
|
||||
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
}
|
||||
|
||||
/* 다크 테마 색상 */
|
||||
[data-theme="dark"] {
|
||||
[data-theme='dark'] {
|
||||
--foreground: #191919;
|
||||
--foreground-10: #292929;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user