epiphany/node_modules/stylelint-declaration-strict-value/docs/interfaces/defaults.DeclarationStrictValueResult.md
2023-12-09 22:48:07 -08:00

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

defaults.ts:85


longhandValue

Optional longhandValue: string

Longhand CSS value, if expanded.

Defined in

defaults.ts:90


validFunc

validFunc: boolean

Whether or not function is valid.

Defined in

defaults.ts:70


validKeyword

validKeyword: boolean

Whether or not keyword is valid.

Defined in

defaults.ts:75


validValue

validValue: boolean

Whether or not value is valid.

Defined in

defaults.ts:80


validVar

validVar: boolean

Whether or not variable is valid.

Defined in

defaults.ts:65