I made a website, project using CSS Grid Layout. Everything looks nice on Chrome and Safari, but on Firefox it messes up, probably because of the prefixes.
For previous projects I used an tool that auto generates those prefixes, but with CSS Grid still being pretty new, those are outdated and does not support CSS Grid.
Any advice to make it work? I tried adding –webkit,-ms- and –moz- before the grid properties.Any good links for other tools that generate this prefixes?