Skip to content

Commit e93640b

Browse files
committed
put css together and only use utilities
1 parent dd255ba commit e93640b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/dashboard/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
<html>
33
<head>
44
<meta charset="UTF-8" />
5-
<link href="../../node_modules/spectre.css/dist/spectre.min.css" rel="stylesheet" />
6-
<link href="../../node_modules/tailwindcss/dist/tailwind.min.css" rel="stylesheet" />
5+
<link href="./main.css" rel="stylesheet" />
76
<style>
87
body {
98
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',

src/dashboard/main.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@import "../../node_modules/spectre.css/dist/spectre.css";
2+
@import "../../node_modules/tailwindcss/dist/utilities.css";

0 commit comments

Comments
 (0)