You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/rules/use-baseline.md
+40Lines changed: 40 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,46 @@ This rule accepts an option object with the following properties:
104
104
-`available` (default: `"widely"`)
105
105
- change to `"newly"` to allow features that are at the Baseline newly available stage: features that have been supported on all core browsers for less than 30 months
106
106
- set to a numeric baseline year, such as `2023`, to allow features that became Baseline newly available that year, or earlier
107
+
-`allowAtRules` (default: `[]`) - Specify an array of at-rules that are allowed to be used.
108
+
109
+
Examples of **correct** code with `{ allowAtRules: ["container"] }`:
0 commit comments