Skip to content

Commit 7daa88a

Browse files
committed
add lucide icons
1 parent ff559a1 commit 7daa88a

File tree

18 files changed

+3135
-61
lines changed

18 files changed

+3135
-61
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
- name: Build Tailwind CSS (v4 via @tailwindcss/cli)
5353
run: |
54-
npx @tailwindcss/cli -i scripts/tailwind.config.css -o dist/tailwind.css --minify
54+
npx @tailwindcss/cli -i dist/input.css -o dist/output.css --minify
5555
5656
- name: Upload artifact
5757
uses: actions/upload-pages-artifact@v3

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,4 +215,7 @@ __marimo__/
215215
# Streamlit
216216
.streamlit/secrets.toml
217217

218-
.testing/
218+
.testing/
219+
220+
node_modules/
221+
dist/

0 commit comments

Comments
 (0)