vscode-plugin icon indicating copy to clipboard operation
vscode-plugin copied to clipboard

CSSTree validation plugin for VS Code

Results 8 vscode-plugin issues
Sort by recently updated
recently updated
newest added

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Could you add an option to have this VSCode extension ignore particular lines? For example, any line that includes "`/* csstree-ignore-line */`". I have some code in my CSS for...

![scaleproperty](https://github.com/user-attachments/assets/001906e7-59ae-4bbd-a409-3dc9cf9fedb4) ![scaleproperty2](https://github.com/user-attachments/assets/4cb670da-63ba-4653-8c48-1b9bd8f61e30) It marks scale property value as invalid when I add the percentage symbol at the end of a number but this value is no issue at all so...

I found very useful this extension, but I wish it could also validate the style element in .html files apart from .css files.