Skip to content

Commit 6ad29d2

Browse files
authored
refactor: prettier (#4678)
1 parent 3038a95 commit 6ad29d2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

packages/foundations/docs/BrowserSupport.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ This may leave some older browser versions behind. If you need to take care of t
1919

2020
## Without graceful degradation
2121

22-
| Web Feature | Google Chrome | Mozilla Firefox | Apple Safari |
23-
| ------------------------------------------------------------------------------------------------------- | ---------------- | ---------------- | ----------------- |
24-
| [`@property` / typed CSS Custom Properties](https://developer.mozilla.org/en-US/docs/Web/CSS/@property) | 85 (25.08.2022) | 128 (09.07.2024) | 16.4 (27.03.2023) |
25-
| [`light-dark()` CSS function](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/light-dark) | 123 (19.03.2024) | 120 (21.11.2023) | 17.5 (13.05.2024) |
26-
| [`attr()` CSS Values 5 extensions](https://developer.mozilla.org/en-US/docs/Web/CSS/attr) | 133 (04.02.2025) | tbd | tbd |
22+
| Web Feature | Google Chrome | Mozilla Firefox | Apple Safari |
23+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------- | ---------------- | ----------------- |
24+
| [`@property` / typed CSS Custom Properties](https://developer.mozilla.org/en-US/docs/Web/CSS/@property) | 85 (25.08.2022) | 128 (09.07.2024) | 16.4 (27.03.2023) |
25+
| [`light-dark()` CSS function](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/light-dark) | 123 (19.03.2024) | 120 (21.11.2023) | 17.5 (13.05.2024) |
26+
| [`attr()` CSS Values 5 extensions](https://developer.mozilla.org/en-US/docs/Web/CSS/attr) | 133 (04.02.2025) | tbd | tbd |
27+
| [`style()` container queries for custom properties](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_containment/Container_size_and_style_queries#container_style_queries) | 111 (07.03.2023) | tbd | 18 (16.09.2024) |
2728

2829
## Stable in evergreen browsers
2930

0 commit comments

Comments
 (0)