css-flexbox-cheatsheet
css-flexbox-cheatsheet copied to clipboard
Add a section about the gap property
A couple of useful links:
- https://caniuse.com/?search=gap
- https://ishadeed.com/article/flexbox-gap/
This cannot be implemented yet because VS Code (v1.52.1) ships with Chrome v83. Support for gap property is first added to Chrome in v84.
VS Code v1.53 was just released which now uses Electron 11. https://code.visualstudio.com/updates/v1_53#_electron-11-update
This means that VS Code now comes with Chromium 87.0.4280.141 and Node.js 12.18.3 and this feature can be implemented.