dzhavat / css-flexbox-cheatsheet

VS Code extension that lets you open a CSS Flexbox cheatsheet directly in the editor.
https://marketplace.visualstudio.com/items?itemName=dzhavat.css-flexbox-cheatsheet
MIT License
101 stars 12 forks source link

Add a section about the gap property #25

Open dzhavat opened 3 years ago

dzhavat commented 3 years ago

A couple of useful links:

dzhavat commented 3 years ago

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 commented 3 years ago

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.