Skip to content

Commit

Permalink
Add tailwind.config.js file.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Jan 22, 2024
1 parent 6be75a5 commit bceba3e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [],
theme: {
extend: {},
},
plugins: [],
safelist: [
{
pattern: /./, // the "." means "everything"
},
],
}

0 comments on commit bceba3e

Please sign in to comment.