diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-01-01 16:32:41 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-01-01 16:32:41 -0500 |
| commit | a0485ad26353a08562c13c14ea9de73fd705f9de (patch) | |
| tree | 1bc499c572e3642b769f7391f493d972a8a749d9 /tailwind.config.js | |
| parent | 0349923dd0a970f009ce7ca54881f8c398c67100 (diff) | |
| download | personal-website-a0485ad26353a08562c13c14ea9de73fd705f9de.tar.gz personal-website-a0485ad26353a08562c13c14ea9de73fd705f9de.tar.bz2 personal-website-a0485ad26353a08562c13c14ea9de73fd705f9de.zip | |
Initial Rewrite
Diffstat (limited to 'tailwind.config.js')
| -rw-r--r-- | tailwind.config.js | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/tailwind.config.js b/tailwind.config.js deleted file mode 100644 index 26cfc0d..0000000 --- a/tailwind.config.js +++ /dev/null @@ -1,21 +0,0 @@ -/** @type {import('tailwindcss').Config} */ - -module.exports = { - content: [ - "./pages/**/*.{js,ts,jsx,tsx}", - "./components/**/*.{js,ts,jsx,tsx}", - ], - theme: { - fontFamily: { - 'hack': ['Hack', 'monospace'] - }, - extend: { - colors: { - 'material-gray': '#212121', - 'btn-gray': '#575757', - 'content-warning': '#ad6702', - } - }, - }, - plugins: [], -} |
