Skip to content

Commit

Permalink
Merge pull request #104 from nhubbard/master
Browse files Browse the repository at this point in the history
Add additional media query features found in some newer CSS files
  • Loading branch information
phax authored Oct 23, 2024
2 parents c3c1e6e + 528c5c0 commit d2cc64f
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,19 @@ public enum ECSSMediaExpressionFeature implements IHasName
PREFERS_REDUCED_TRANSPARENCY ("prefers-reduced-transparency"),
PREFERS_CONTRAST ("prefers-contrast"),
PREFERS_COLOR_SCHEME ("prefers-color-scheme"),
ANY_HOVER ("any-hover"),
ANY_POINTER ("any-pointer"),
COLOR_GAMUT ("color-gamut"),
DISPLAY_MODE ("display-mode"),
DYNAMIC_RANGE ("dynamic-range"),
FORCED_COLORS ("forced-colors"),
HOVER ("hover"),
OVERFLOW_BLOCK ("overflow-block"),
OVERFLOW_INLINE ("overflow-inline"),
POINTER ("pointer"),
SCRIPTING ("scripting"),
UPDATE ("update"),
VIDEO_DYNAMIC_RANGE ("video-dynamic-range"),
_WEBKIT_DEVICE_PIXEL_RATIO ("-webkit-device-pixel-ratio"),
_WEBKIT_MAX_DEVICE_PIXEL_RATIO ("-webkit-max-device-pixel-ratio"),
_WEBKIT_MIN_DEVICE_PIXEL_RATIO ("-webkit-min-device-pixel-ratio"),
Expand Down

0 comments on commit d2cc64f

Please sign in to comment.