Const
Default priority.
The same as Usual
. This priority is assigned to values by default.
Important priority.
This priority corresponds to values with !important
suffix. It is applied to string values with !important
suffix, and can be assigned to structured values using important method.
All numeric priorities with higher values are rendered as !important
ones.
Usual, non-important priority.
This priority is assigned to values by usual method.
Generated using TypeDoc
Predefined CSS property value priorities.