diff --git a/README.md b/README.md index 91d3341..3348cb4 100644 --- a/README.md +++ b/README.md @@ -47,4 +47,4 @@ Please create pull requests and issues, and be generally respectful and patient. bun app.js ``` -Your server can now be accessed at http://localhost:3000, and can be used in conjunction with a reverse proxy to get a functional site up. \ No newline at end of file +Your server can now be accessed at http://localhost:3000, and can be used in conjunction with a reverse proxy to get a functional site up. diff --git a/src/css/styles.css b/src/css/styles.css index bd6213e..b5c61c9 100644 --- a/src/css/styles.css +++ b/src/css/styles.css @@ -1,3 +1,3 @@ @tailwind base; @tailwind components; -@tailwind utilities; \ No newline at end of file +@tailwind utilities;