Skip to content

Commit a38023d

Browse files
committed
feat: add 'open-closed' to NON_BASELINE_FEATURES in docs utility
1 parent 27c0abc commit a38023d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/commands/docs/utils.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,11 @@ export const executeDocCommand = async (
9292
}
9393
};
9494

95-
export const NON_BASELINE_FEATURES = ['numeric-seperators', 'single-color-gradients'];
95+
export const NON_BASELINE_FEATURES = [
96+
'numeric-seperators',
97+
'open-closed',
98+
'single-color-gradients',
99+
];
96100
export const getBaselineFeatures = (
97101
originalFeatures: Record<string, unknown>,
98102
nonFeatureKeys: string[] = NON_BASELINE_FEATURES

0 commit comments

Comments
 (0)