diff --git a/README.md b/README.md
index 66573d1..7912e64 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,7 @@
- Markdown format for the rich text fields
#### [Image Processor](https://github.com/Accords-Library/img.accords-library.com)
+
- Convert the images from the CMS to 4 formats
- Small: 512x512, quality 60, .webp
- Medium: 1024x1024, quality 75, .webp
diff --git a/postcss.config.js b/postcss.config.js
index c8965cb..a1b36d2 100644
--- a/postcss.config.js
+++ b/postcss.config.js
@@ -2,5 +2,5 @@ module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
- }
-}
\ No newline at end of file
+ },
+};
diff --git a/public/README.md b/public/README.md
index f42f4a5..4995470 100644
--- a/public/README.md
+++ b/public/README.md
@@ -21,4 +21,4 @@ Insert the following code in the `head` section of your pages:
-*Optional* - Check your favicon with the [favicon checker](https://realfavicongenerator.net/favicon_checker)
\ No newline at end of file
+_Optional_ - Check your favicon with the [favicon checker](https://realfavicongenerator.net/favicon_checker)
diff --git a/public/html_code.html b/public/html_code.html
index a2b5866..cfcf03b 100644
--- a/public/html_code.html
+++ b/public/html_code.html
@@ -1,10 +1,10 @@
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
diff --git a/run_accords_prettier.sh b/run_accords_prettier.sh
index ce5e225..b19f459 100755
--- a/run_accords_prettier.sh
+++ b/run_accords_prettier.sh
@@ -1,2 +1 @@
-npx prettier --end-of-line auto --write "**/*.tsx"
-npx prettier --end-of-line auto --write "**/*.ts"
+npx prettier --end-of-line auto --write .
diff --git a/tailwind.config.js b/tailwind.config.js
index 0f9f6b4..5beab85 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -72,7 +72,6 @@ module.exports = {
},
},
plugins: [
-
plugin(function ({ addUtilities }) {
addUtilities({
".set-theme-light": {