summaryrefslogtreecommitdiffstats
path: root/tailwind.js
diff options
context:
space:
mode:
authorjdlugosz963 <jdlugosz963@gmail.com>2021-12-17 00:22:38 +0100
committerjdlugosz963 <jdlugosz963@gmail.com>2021-12-17 00:22:38 +0100
commitc6b4c6a90a3bb77add64994f51d3e2af790c8452 (patch)
treec4faaf7e4e48fa09b555c0f4ba50e204f73e8617 /tailwind.js
parentcee635ff1db9ba7c9212547831287efe56c69a1f (diff)
downloadlom_frontend-c6b4c6a90a3bb77add64994f51d3e2af790c8452.tar.gz
lom_frontend-c6b4c6a90a3bb77add64994f51d3e2af790c8452.zip
make styles and add some features
Diffstat (limited to 'tailwind.js')
-rw-r--r--tailwind.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/tailwind.js b/tailwind.js
new file mode 100644
index 0000000..542125d
--- /dev/null
+++ b/tailwind.js
@@ -0,0 +1,14 @@
1 module.exports = {
2 theme: {
3 extend: {
4 spacing: {
5 '90': '90vh',
6 },
7
8 fontFamily: {
9 'default': ['"Readex Pro"', 'sans-serif'],
10 'fira': ['"Fira Code"', 'monospace']
11 }
12 }
13 }
14 }