diff --git a/cmd/tsconnect/src/index.css b/cmd/tsconnect/src/index.css index f6d87aef1..a1852f034 100644 --- a/cmd/tsconnect/src/index.css +++ b/cmd/tsconnect/src/index.css @@ -2,8 +2,8 @@ /* Use of this source code is governed by a BSD-style */ /* license that can be found in the LICENSE file. */ +@import "xterm/css/xterm.css"; + @tailwind base; @tailwind components; @tailwind utilities; - -@import "xterm/css/xterm.css";