Custom Property analyzer now also tells you which custom properties are:
- never declared π
- but still used in a var() π΅βπ«
- but with a fallback value βΊοΈ
This is a little better than just checking for the propery never being declared, because the fallback acts as a safe-guard.
- never declared π
- but still used in a var() π΅βπ«
- but with a fallback value βΊοΈ
This is a little better than just checking for the propery never being declared, because the fallback acts as a safe-guard.
Comments