UI: Add tailwinds constants from rule node config

This commit is contained in:
Vladyslav_Prykhodko 2025-01-15 17:20:05 +02:00
parent b8a8db3b3b
commit 042ab7e807

View File

@ -93,6 +93,7 @@ module.exports = {
'0.75': '0.1875rem',
'1.25': '0.3125rem',
'3.75': '0.9375rem',
'5.5': '1.375rem',
'6.25': '1.5625rem'
},
minHeight: {
@ -152,6 +153,7 @@ module.exports = {
'7.5': '1.875rem',
'25': '6.25rem',
'37.5': '9.375rem',
'50': '12.5rem',
'62.5': '15.625rem',
'72.5': '18.125rem'
},