mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
chore: fixed some prettier formatting errors in postcss.config.js
This commit is contained in:
@@ -2,7 +2,12 @@ import React from 'react';
|
||||
import { NextPage } from 'next';
|
||||
|
||||
const Index: NextPage = () => {
|
||||
return <div>Overseerr!</div>;
|
||||
return (
|
||||
<div className="bg-blue-700 mx-4 my-2 px-4 py-2 w-64">
|
||||
<h1 className="text-xl">Overseer</h1>
|
||||
<p className="py-4">Here is some text</p>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default Index;
|
||||
|
@@ -1,3 +1,3 @@
|
||||
module.exports = {
|
||||
plugins: ["tailwindcss", "postcss-preset-env"],
|
||||
plugins: ['tailwindcss', 'postcss-preset-env'],
|
||||
};
|
||||
|
@@ -1,4 +1,3 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
|
Reference in New Issue
Block a user