aboutsummaryrefslogtreecommitdiff
path: root/tailwind.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'tailwind.config.js')
-rw-r--r--tailwind.config.js21
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: [],
-}