From 53970008975369229bb06ee7754d5f770a57be29 Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 12 Dec 2024 21:03:59 -0800 Subject: [PATCH] working files for hanging in broswer --- __about_these_files.md | 2 +- dist/assets/styles/tailwind.css | 2 +- dist/index.html | 4 ++-- package.json | 12 ++++++++++++ 4 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 package.json diff --git a/__about_these_files.md b/__about_these_files.md index 3c4142e..53ad6b1 100644 --- a/__about_these_files.md +++ b/__about_these_files.md @@ -39,7 +39,7 @@ the 'npm commands' are in package.json (if files are moved update the package.js * this needs 'npm install concurrently --save-dev' to ensure CSS watching and dx server run simultaneously -* this alos needs 'cargo add manganis' to be run in the termiinal to ensure Dioxus can link the compoiled tailwind.css file from the index.html file Dioxus compiles +* this also needs 'cargo add manganis' to be run in the termiinal to ensure Dioxus can link the compoiled tailwind.css file from the index.html file Dioxus compiles ( src/styles/input.css is used to create the output css file dist/assets/styles/tailwind.css) * 'tailwind.config.js' is used to tell tailwind where to find files to compile diff --git a/dist/assets/styles/tailwind.css b/dist/assets/styles/tailwind.css index 1b08aa7..63ff50b 100644 --- a/dist/assets/styles/tailwind.css +++ b/dist/assets/styles/tailwind.css @@ -108,7 +108,7 @@ --tw-contain-style: ; } -/* ! tailwindcss v3.4.15 | MIT License | https://tailwindcss.com */ +/* ! tailwindcss v3.4.16 | MIT License | https://tailwindcss.com */ /* 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4) diff --git a/dist/index.html b/dist/index.html index e209cee..4b2d4f2 100644 --- a/dist/index.html +++ b/dist/index.html @@ -11,8 +11,8 @@