diff options
| author | jdlugosz963 <jdlugosz963@gmail.com> | 2021-12-17 00:22:38 +0100 |
|---|---|---|
| committer | jdlugosz963 <jdlugosz963@gmail.com> | 2021-12-17 00:22:38 +0100 |
| commit | c6b4c6a90a3bb77add64994f51d3e2af790c8452 (patch) | |
| tree | c4faaf7e4e48fa09b555c0f4ba50e204f73e8617 /tailwind.js | |
| parent | cee635ff1db9ba7c9212547831287efe56c69a1f (diff) | |
| download | lom_frontend-c6b4c6a90a3bb77add64994f51d3e2af790c8452.tar.gz lom_frontend-c6b4c6a90a3bb77add64994f51d3e2af790c8452.zip | |
make styles and add some features
Diffstat (limited to 'tailwind.js')
| -rw-r--r-- | tailwind.js | 14 |
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 | } | ||
