A CSS declaration block.
Properties are separated into a list of !important declararations, and a list of normal declarations. This reduces memory usage compared with storing a boolean along with each property.
!important
Optional
A list of normal declarations in the block.
A list of !important declarations in the block.
A CSS declaration block.
Properties are separated into a list of
!importantdeclararations, and a list of normal declarations. This reduces memory usage compared with storing a boolean along with each property.