Skip to content

Commit

Permalink
fixup: format tailwind.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
meagharty committed Nov 12, 2024
1 parent f47f455 commit a5195dc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion assets/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit a5195dc

Please sign in to comment.