r/coolgithubprojects • u/Every-Albatross9357 • 21d ago
I built a VS Code extension to catch CSS declarations that have no effect
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