@autoafleveren/ui 0.13.3 → 0.14.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -20,6 +20,29 @@ module.exports = {
20
20
  '2xl': '1400px',
21
21
  },
22
22
  },
23
+ fontSize: {
24
+ '2xl': ['1.25rem', {
25
+ lineHeight: '1.75rem',
26
+ }],
27
+ xl: ['1.125rem', {
28
+ lineHeight: '1.75rem',
29
+ }],
30
+ lg: ['1rem', {
31
+ lineHeight: '1.5rem',
32
+ }],
33
+ base: ['0.875rem', {
34
+ lineHeight: '1.375rem',
35
+ }],
36
+ sm: ['0.75rem', {
37
+ lineHeight: '1rem',
38
+ }],
39
+ xs: ['0.625rem', {
40
+ lineHeight: '0.75rem',
41
+ }],
42
+ xxs: ['0.5rem', {
43
+ lineHeight: '0.6rem',
44
+ }],
45
+ },
23
46
  fontFamily: {
24
47
  sans: 'Inter',
25
48
  serif: 'Inter',
@@ -128,11 +151,6 @@ module.exports = {
128
151
  },
129
152
  screens,
130
153
  extend: {
131
- fontSize: {
132
- 'sm': ['0.875rem', {
133
- lineHeight: '1.375rem',
134
- }],
135
- },
136
154
  spacing: {
137
155
  '4.5': '1.2rem',
138
156
  18: '4.5rem',