repo.or.cz
/
wortel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Wipe README.md
[wortel.git]
/
tailwind.config.js
blob
33648f3ebcac34c29e6c9328f58f9069f588e6b6
1
module
.
exports
= {
2
content
: [
'./src/**/*.{js,jsx,ts,tsx}'
],
3
darkMode
:
'class'
,
4
theme
: {
5
extend
: {
6
screens
: {
7
short
: {
raw
:
'(max-height: 650px)'
},
8
xshort
: {
raw
:
'(max-height: 560px)'
},
9
xxshort
: {
raw
:
'(max-height: 490px)'
},
10
},
11
},
12
},
13
plugins
: [
require
(
'@tailwindcss/forms'
)],
14
}