Skip to content

Commit

Permalink
put css together and only use utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
cupcakearmy committed Apr 19, 2022
1 parent dd255ba commit e93640b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/dashboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
<html>
<head>
<meta charset="UTF-8" />
<link href="../../node_modules/spectre.css/dist/spectre.min.css" rel="stylesheet" />
<link href="../../node_modules/tailwindcss/dist/tailwind.min.css" rel="stylesheet" />
<link href="./main.css" rel="stylesheet" />
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
Expand Down
2 changes: 2 additions & 0 deletions src/dashboard/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@import "../../node_modules/spectre.css/dist/spectre.css";
@import "../../node_modules/tailwindcss/dist/utilities.css";

0 comments on commit e93640b

Please sign in to comment.