repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
i18n: Upgrade translations from crowdin (253f51dd). (pass-extension)
[ProtonMail-WebClient.git]
/
applications
/
docs-editor
/
tailwind.config.js
blob
0c97d771ed7f0588b220d80bbb69eefd1832e398
1
/** @type {import('tailwindcss').Config} */
2
export default
{
3
content
: [
'./index.html'
,
'./src/**/*.{js,ts,jsx,tsx}'
],
4
theme
: {
5
extend
: {},
6
colors
: {
7
current
:
'currentColor'
,
8
},
9
},
10
plugins
: [],
11
}