tachyons icon indicating copy to clipboard operation
tachyons copied to clipboard

inconsistent documentation with respect to code, for margin top/right/bottom/left

Open Rudy167 opened this issue 6 years ago • 2 comments

margin_issue ](url) Hi everyone, I had been using tachyons for a while, and i have encountered this issue- mt3=1rem -true mt4!=2rem instead it is 1.5 rem, i have attached the screenshot code for the same above., the scale grows with 0.5 rem at a time(which i feel is actually better than the current scale), but i do not understand why is that happening.

Rudy167 avatar Oct 15 '19 19:10 Rudy167

This happends because it is not a 0.5 rem growth, but a 50% grows:

0.25 * 2 = 1
0.5 * 2 = 1
1 * 2 = 4
...
and so on

shiftgeist avatar Jan 29 '20 14:01 shiftgeist

Every "mt" have the double that the previous "mt"

ViniciusCastroJS avatar Feb 11 '20 21:02 ViniciusCastroJS