AGLint icon indicating copy to clipboard operation
AGLint copied to clipboard

Add new rule for detecting duplicated CSS declaration properties

Open scripthunter7 opened this issue 10 months ago • 0 comments
trafficstars

e.g.

#$#.foo { padding: 1px; padding: 2px; }

Suggested rule name: no-duplicated-css-declaration-props

scripthunter7 avatar Dec 23 '24 16:12 scripthunter7