Skip to content

Commit

Permalink
feat: add media feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Kazuhiro-Mimaki committed May 10, 2024
1 parent 5badd3f commit cb86b65
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/biome_css_analyze/src/keywords.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4958,7 +4958,7 @@ pub const KNOWN_US_BROWSER_PROPERTIES: [&str; 517] = [
"zoom",
];

pub const MEDIA_FEATURE_NAMES: [&str; 57] = [
pub const MEDIA_FEATURE_NAMES: [&str; 60] = [
"any-hover",
"any-pointer",
"aspect-ratio",
Expand All @@ -4967,6 +4967,7 @@ pub const MEDIA_FEATURE_NAMES: [&str; 57] = [
"color-index",
"device-aspect-ratio",
"device-height",
"device-posture",
"device-width",
"display-mode",
"dynamic-range",
Expand All @@ -4977,6 +4978,7 @@ pub const MEDIA_FEATURE_NAMES: [&str; 57] = [
"horizontal-viewport-segments",
"hover",
"inverted-colors",
"light-level",
"max-aspect-ratio",
"max-color",
"max-color-index",
Expand Down Expand Up @@ -5005,6 +5007,7 @@ pub const MEDIA_FEATURE_NAMES: [&str; 57] = [
"pointer",
"prefers-color-scheme",
"prefers-contrast",
"prefers-reduced-data",
"prefers-reduced-motion",
"prefers-reduded-transparency",
"resolution",
Expand Down

0 comments on commit cb86b65

Please sign in to comment.