css-flexbox-cheatsheet icon indicating copy to clipboard operation
css-flexbox-cheatsheet copied to clipboard

Add a section about the gap property

Open dzhavat opened this issue 5 years ago • 2 comments

A couple of useful links:

  • https://caniuse.com/?search=gap
  • https://ishadeed.com/article/flexbox-gap/

dzhavat avatar Oct 03 '20 11:10 dzhavat

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.

dzhavat avatar Dec 24 '20 15:12 dzhavat

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.

dzhavat avatar Feb 04 '21 21:02 dzhavat