gladkih / postcss-units

MIT License
12 stars 3 forks source link

Fixed 'px' in fallback not appearing #8

Closed vyassuresh closed 6 years ago

vyassuresh commented 6 years ago

When you write a value without the px unit in css (say "margin: rem(40)"), its fallback generated was "margin: 40" (without px).

gladkih commented 6 years ago

@vyassuresh look test.js line 40.