From ec33c639cddac9aea2a4ae56051dc19f0b6ee02a Mon Sep 17 00:00:00 2001 From: sct Date: Mon, 17 Aug 2020 02:01:15 +0000 Subject: [PATCH] chore: fixed some prettier formatting errors in postcss.config.js --- pages/index.tsx | 7 ++++++- postcss.config.js | 2 +- styles/globals.css | 1 - 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/pages/index.tsx b/pages/index.tsx index f77b8f4d..b7550052 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -2,7 +2,12 @@ import React from 'react'; import { NextPage } from 'next'; const Index: NextPage = () => { - return
Overseerr!
; + return ( +
+

Overseer

+

Here is some text

+
+ ); }; export default Index; diff --git a/postcss.config.js b/postcss.config.js index bf3d23f2..7129bb14 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,3 +1,3 @@ module.exports = { - plugins: ["tailwindcss", "postcss-preset-env"], + plugins: ['tailwindcss', 'postcss-preset-env'], }; diff --git a/styles/globals.css b/styles/globals.css index a90f0749..b5c61c95 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -1,4 +1,3 @@ @tailwind base; @tailwind components; @tailwind utilities; -