Skip to content

Commit 07d358f

Browse files
committed
Add Bulma css framework
1 parent c0ecd03 commit 07d358f

File tree

16 files changed

+1554
-69
lines changed

16 files changed

+1554
-69
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
/.nrepl-port
88
/.clj-kondo/.cache
99
/node_modules
10-
/public/js
1110
/resources/public/js
11+
/resources/public/css/*.css
1212
/.shadow-cljs

.vscode/tasks.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@
2020
"clear": true
2121
},
2222
"problemMatcher": []
23+
},
24+
{
25+
"type": "npm",
26+
"script": "css-watch",
27+
"problemMatcher": [
28+
"$node-sass"
29+
],
30+
"group": "build"
2331
}
2432
]
2533
}

0 commit comments

Comments
 (0)