Skip to content

Commit acd2c75

Browse files
authored
feat: add px as default unit for text-decoration-thickness property (#1438)
1 parent c4d4deb commit acd2c75

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/jss-plugin-default-unit/src/defaultUnits.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ export default {
121121
'font-size': px,
122122
'font-size-delta': px,
123123
'letter-spacing': px,
124+
'text-decoration-thickness': px,
124125
'text-indent': px,
125126
'text-stroke': px,
126127
'text-stroke-width': px,

0 commit comments

Comments
 (0)