mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-22 08:51:41 +00:00
cmd/tsconnect: fix xterm CSS not being imported
@import rules need to come first, they are (silently) ignored otherwise. Signed-off-by: Mihai Parparita <mihai@tailscale.com>
This commit is contained in:
parent
7c3f480767
commit
ab60f28227
@ -2,8 +2,8 @@
|
|||||||
/* Use of this source code is governed by a BSD-style */
|
/* Use of this source code is governed by a BSD-style */
|
||||||
/* license that can be found in the LICENSE file. */
|
/* license that can be found in the LICENSE file. */
|
||||||
|
|
||||||
|
@import "xterm/css/xterm.css";
|
||||||
|
|
||||||
@tailwind base;
|
@tailwind base;
|
||||||
@tailwind components;
|
@tailwind components;
|
||||||
@tailwind utilities;
|
@tailwind utilities;
|
||||||
|
|
||||||
@import "xterm/css/xterm.css";
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user