From db66f74900e73ef150c75271e498116cc0a5ae91 Mon Sep 17 00:00:00 2001 From: Philippe Loctaux
Date: Tue, 19 Nov 2024 19:55:20 +0100 Subject: [PATCH] tailwind: fmt --- crates/plcom/tailwind.config.js | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) 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: [], +}