smooth-code / smooth-ui

Modern React UI library 💅👩‍🎤🍭

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

padding and margin of value 1 has bigger value than value 2

jacekschae opened this issue · comments

💥 Regression Report

Just migrated to 8.0 and see that values for padding (p, px, py ...) and margin (m, mx, my) of value 1 have value of 64px where value of 2 has 16px.

Examples:

pb: 1

screen shot 2019-01-17 at 09 41 11

pb: 2

screen shot 2019-01-17 at 09 41 25

Last working version

7.x

Stopped working in version: 8.0.0

To Reproduce

Add padding or margin with value of 1

Expected behavior

I would expect that p: 1 has a smaller value than p: 2

Hello @jacekschae, thanks for the bug report. I will work on it in a couple of hours. I see what is the problem. It will be fixed soon.

Glad to help! Thanks for smooth-ui!

Thanks!