Skip to content

Commit c542bca

Browse files
committed
Fix formatting
1 parent 895f4c5 commit c542bca

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

tailwind.config.js

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
module.exports = {
22
content: [
3-
"./src/**/*.html.erb",
4-
"./src/**/*.jsx",
5-
"./src/**/*.js",
6-
"./src/**/*.json",
3+
"./src/**/*.html.erb",
4+
"./src/**/*.jsx",
5+
"./src/**/*.js",
6+
"./src/**/*.json",
77
"./src/**/*.css",
88
],
99
safelist: [
10-
"w-1/2", "w-1/3", "w-1/4", "w-1/5", "w-1/6",
10+
"w-1/2",
11+
"w-1/3",
12+
"w-1/4",
13+
"w-1/5",
14+
"w-1/6",
1115
{ pattern: /^hljs.*/ },
12-
{ pattern: /^ui-.*/ }
16+
{ pattern: /^ui-.*/ },
1317
],
1418
theme: {
1519
screens: {

0 commit comments

Comments
 (0)