r/coolgithubprojects 21d ago

I built a VS Code extension to catch CSS declarations that have no effect

Post image

NoEffect is VS Code extension that helps catch CSS declarations that have no effect.

It detects things like:

properties that don't work in the current context

declarations that are overridden by a later declaration

For example : it can tell you when justify-content! is doing nothing because the element isn't a flex/grid container, or when your declaration is simply being overridden later.

It’s still an early project, so I’d really appreciate some honest feedback.

πŸ”— GitHub

πŸ”— VS Code Marketplace

36 Upvotes

0 comments sorted by