Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SSHOC
sshoc-marketplace-frontend
Commits
afc32259
Commit
afc32259
authored
Mar 03, 2021
by
Stefan Probst
Browse files
style: add ui font sizes
parent
271f36bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
tailwind.config.js
View file @
afc32259
...
...
@@ -64,6 +64,12 @@ module.exports = {
xl
:
px
(
20
),
'
2xl
'
:
px
(
26
),
'
3xl
'
:
px
(
32
),
'
ui-xs
'
:
[
px
(
11
),
{
lineHeight
:
px
(
14
)
}],
'
ui-sm
'
:
[
px
(
13
),
{
lineHeight
:
px
(
18
)
}],
'
ui-base
'
:
[
px
(
15
),
{
lineHeight
:
px
(
22
)
}],
'
ui-lg
'
:
[
px
(
17
),
{
lineHeight
:
px
(
26
)
}],
'
ui-xl
'
:
[
px
(
19
),
{
lineHeight
:
px
(
26
)
}],
'
ui-3xl
'
:
[
px
(
28
),
{
lineHeight
:
px
(
34
)
}],
},
/** max-widths for readability */
maxWidth
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment