-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Line 35 in a1d6071
| const el = document.createElement('div') |
just noticed in a unit test that this line throws an exeption in node when calling bss like this
b({
backgroundColor: 'pink',
fontSize: 1.3 // <- no unit
})while suprisingly seems to work fine
b({
backgroundColor: 'pink',
fontSize: '1.3px' // <- with unit
})not really an issue, but may be helpful to remember in case you want to make it work in node down the line. Hence posting it here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels