Netsells Code Standards
Sections
Sections
General
Frontend
Backend
iOS
Android
Legacy Flutter Projects
DotNet
Netsells
open in new window
GitHub
open in new window
← Back
#
property-no-unknown
warn
Prevents unknown properties being used.
#
Examples
❌ Incorrect
a
{
colr
:
blue
;
}
a
{
my-property
:
1
;
}