Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Teams
Engagement
Websites
GNOME HIG CSS Library
Commits
f231272b
Commit
f231272b
authored
Apr 03, 2021
by
Pooja Patel
💻
Browse files
Added font-size compatibility with v2
parent
9d86871e
Changes
1
Hide whitespace changes
Inline
Side-by-side
tailwind.config.js
View file @
f231272b
...
...
@@ -108,6 +108,18 @@ module.exports = {
'
sans-serif
'
,
],
},
fontSize
:
{
xs
:
'
0.75rem
'
,
sm
:
'
0.875rem
'
,
base
:
'
1rem
'
,
lg
:
'
1.125rem
'
,
xl
:
'
1.25rem
'
,
'
2xl
'
:
'
1.5rem
'
,
'
3xl
'
:
'
1.875rem
'
,
'
4xl
'
:
'
2.25rem
'
,
'
5xl
'
:
'
3rem
'
,
'
6xl
'
:
'
4rem
'
,
},
borderWidth
:
{
default
:
'
1px
'
,
'
0
'
:
'
0
'
,
...
...
Write
Preview
Supports
Markdown
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