sakamies / postcss-gridlover

Enables using Gridlover sx and gr units in your CSS
MIT License
13 stars 1 forks source link

Fixes #6 by changing regex for grid row units and removing rounding #9

Closed gavinmcfarland closed 7 years ago

gavinmcfarland commented 7 years ago

I believe this fixes the issue @custa1200 was experiencing but I've assumed the rounding for grid row units isn't needed anywhere else, please check.

sakamies commented 7 years ago

Grid row units were limited to integers with the idea that Gridlover could guarantee that the grid always stays in sync, but I guess it can't be guaranteed because really anything could thow the grid off some amount. This is good, thanks!