Skip to content

Commit

Permalink
Replace a link to vscode marketplace with a badge
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Oct 11, 2024
1 parent 025f07d commit 8258112
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# VSCode CSSTree Validator

An extension for Visual Studio Code that validates CSS according to W3C specifications and browser implementations.
<a href="https://marketplace.visualstudio.com/items?itemName=smelukov.vscode-csstree" target="__blank"><img src="https://img.shields.io/visual-studio-marketplace/v/smelukov.vscode-csstree.svg?label=VSCode%20Marketplace" alt="Visual Studio Marketplace Version" /></a>

[**View on Visual Studio Marketplace**](https://marketplace.visualstudio.com/items?itemName=smelukov.vscode-csstree)
An extension for Visual Studio Code that validates CSS according to W3C specifications and browser implementations.

This extension highlights incorrect at-rules, properties, and values in your CSS files. It utilizes the [CSSTree](https://github.com/csstree/validator) capabilities to analyze CSS syntax and report any issues.

Expand Down

0 comments on commit 8258112

Please sign in to comment.