diff --git a/crates/plcom/tailwind.config.js b/crates/plcom/tailwind.config.js index f3e50e1..b970932 100644 --- a/crates/plcom/tailwind.config.js +++ b/crates/plcom/tailwind.config.js @@ -1,16 +1,16 @@ /** @type {import('tailwindcss').Config} */ module.exports = { - content: { - relative: true, - files: ["./src/**/*.rs"], + content: { + relative: true, + files: ["./src/**/*.rs"], + }, + theme: { + extend: { + height: { + almostscreen: "90vh", + halfscreen: "60vh", + } }, - theme: { - extend: { - height: { - almostscreen: "90vh", - halfscreen: "60vh", - } - }, - }, - plugins: [], - } + }, + plugins: [], +}