@acorex/styles 19.8.0-next.20 → 19.8.0-next.21
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.
- package/package.json +1 -1
- package/tailwind-base.js +16 -16
package/package.json
CHANGED
package/tailwind-base.js
CHANGED
@@ -174,35 +174,35 @@ module.exports = withAnimations({
|
|
174
174
|
plugin(function ({ addUtilities }) {
|
175
175
|
const acorexClasses = {
|
176
176
|
'.h1': {
|
177
|
-
'font-size': '3rem',
|
178
|
-
'font-weight': '700',
|
179
|
-
'line-height': '3rem',
|
180
|
-
},
|
181
|
-
'.h2': {
|
182
177
|
'font-size': '2.5rem',
|
183
|
-
'font-weight': '
|
178
|
+
'font-weight': '500',
|
184
179
|
'line-height': '2.5rem',
|
185
180
|
},
|
181
|
+
'.h2': {
|
182
|
+
'font-size': '2rem',
|
183
|
+
'font-weight': '500',
|
184
|
+
'line-height': '2rem',
|
185
|
+
},
|
186
186
|
'.h3': {
|
187
|
-
'font-size': '1.
|
188
|
-
'font-weight': '
|
189
|
-
'line-height': '1.
|
187
|
+
'font-size': '1.75rem',
|
188
|
+
'font-weight': '500',
|
189
|
+
'line-height': '1.75rem',
|
190
190
|
},
|
191
191
|
'.h4': {
|
192
192
|
'font-size': '1.5rem',
|
193
|
-
'font-weight': '
|
193
|
+
'font-weight': '500',
|
194
194
|
'line-height': '1.5rem',
|
195
195
|
},
|
196
196
|
'.h5': {
|
197
|
-
'font-size': '1.25rem',
|
198
|
-
'font-weight': '700',
|
199
|
-
'line-height': '1.25rem',
|
200
|
-
},
|
201
|
-
'.h6': {
|
202
197
|
'font-size': '1.125rem',
|
203
|
-
'font-weight': '
|
198
|
+
'font-weight': '500',
|
204
199
|
'line-height': '1.125rem',
|
205
200
|
},
|
201
|
+
'.h6': {
|
202
|
+
'font-size': '1rem',
|
203
|
+
'font-weight': '500',
|
204
|
+
'line-height': '1rem',
|
205
|
+
},
|
206
206
|
'.heading': {
|
207
207
|
width: '100%',
|
208
208
|
'border-bottom': '1px solid',
|