From fb1e052c2c9406b37b21471cc845e63dc84c6b5a Mon Sep 17 00:00:00 2001 From: Aidan Date: Tue, 17 Dec 2024 00:04:42 -0500 Subject: [PATCH] linting --- README.md | 2 +- src/css/styles.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;