Skip to content

Commit 96b9626

Browse files
committed
Comment heroicons configuration from Tailwind for now
1 parent ca43d36 commit 96b9626

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/tailwind.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
// https://tailwindcss.com/docs/configuration
55

66
const plugin = require('tailwindcss/plugin');
7-
const fs = require('fs');
8-
const path = require('path');
7+
// const fs = require('fs');
8+
// const path = require('path');
99

1010
module.exports = {
1111
content: ['./js/**/*.js', '../lib/*_web.ex', '../lib/*_web/**/*.*ex'],

0 commit comments

Comments
 (0)