Filling out the template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion.
All new code requires tests to ensure against regressions
Description of the Change
This PR:
adds min, max, and clamp functions
adds accent-color, color-scheme, margin-block, margin-inline, padding-block, padding-inline, and text-underline-offset properties
adds light, and dark property values (for color-scheme)
Alternate Designs
Benefits
Correctly syntax-highlight the added functions and properties.
Requirements
Description of the Change
This PR:
min
,max
, andclamp
functionsaccent-color
,color-scheme
,margin-block
,margin-inline
,padding-block
,padding-inline
, andtext-underline-offset
propertieslight
, anddark
property values (forcolor-scheme
)Alternate Designs
Benefits
Correctly syntax-highlight the added functions and properties.
Possible Drawbacks
Applicable Issues
fixes #186