2 KiB
2 KiB
stylelint-declaration-strict-value - v1.9.2 / defaults / DeclarationStrictValueResult
Interface: DeclarationStrictValueResult
defaults.DeclarationStrictValueResult
Result of CSS value validation.
Table of contents
Properties
Properties
longhandProp
• Optional
longhandProp: string
Longhand CSS Property, if expanded.
Defined in
longhandValue
• Optional
longhandValue: string
Longhand CSS value, if expanded.
Defined in
validFunc
• validFunc: boolean
Whether or not function is valid.
Defined in
validKeyword
• validKeyword: boolean
Whether or not keyword is valid.
Defined in
validValue
• validValue: boolean
Whether or not value is valid.
Defined in
validVar
• validVar: boolean
Whether or not variable is valid.