From a5195dcbca8b9105b9e783958da73becdc7ef9b5 Mon Sep 17 00:00:00 2001 From: Meag Harty <149533950+meagharty@users.noreply.github.com> Date: Tue, 12 Nov 2024 17:38:47 -0500 Subject: [PATCH] fixup: format tailwind.config.js --- assets/tailwind.config.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/assets/tailwind.config.js b/assets/tailwind.config.js index 754e0874..4cc3bdb1 100644 --- a/assets/tailwind.config.js +++ b/assets/tailwind.config.js @@ -6,7 +6,12 @@ const fs = require("fs") const path = require("path") module.exports = { - content: ["./js/**/*.js", "../lib/arrow_web.ex", "../lib/arrow_web/**/*.*ex", "../deps/live_select/lib/live_select/component.*ex"], + content: [ + "./js/**/*.js", + "../lib/arrow_web.ex", + "../lib/arrow_web/**/*.*ex", + "../deps/live_select/lib/live_select/component.*ex", + ], theme: { extend: { colors: {