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

Support for right-to-left (RTL) direction (second iteration) #28

Open dzhavat opened 3 years ago

dzhavat commented 3 years ago

The first iteration of this feature was added in #27

The extension now has a Settings section where directionality can be selected. This will then be reflected in the interactive demos.

A second iteration of this could be to change the static images depending on the selected option.