In a project with TWBS 5 I tried to use an alternative to flex-gap-polyfill, so I was wondering what advantage I might have in using one solution or the other.
Personally, the alternative I found seems simpler to me, but I would be happy to receive further feedback.
Basically I first added Modernizr which adds the class flexgap
or no-flexgap
on the html tag:
package.json
"devDependencies": {