Skip to content

Commit e07e389

Browse files
author
Piotr Gulbinowicz
committed
add style.css in place of cdn
1 parent 574144a commit e07e389

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

pwa/flush/pwa.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ func Run() {
2121
Name: "Flush-Log",
2222
Description: "bowel tracking app",
2323
Resources: app.GitHubPages("flush-log"),
24-
Scripts: []string{
25-
"https://cdn.tailwindcss.com",
24+
Styles: []string{
25+
"/web/style.css",
2626
},
2727
})
2828
if err != nil {

pwa/tailwind-input.css

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)