diff --git a/packages/css-property-parser/test/snapshots/Spec.expected.re b/packages/css-property-parser/test/snapshots/Spec.expected.re index 79c1f93f3..a0898d22c 100644 --- a/packages/css-property-parser/test/snapshots/Spec.expected.re +++ b/packages/css-property-parser/test/snapshots/Spec.expected.re @@ -73,6 +73,7 @@ module Types = { and percentage = float and ident = string and custom_ident = string + and custom_ident_without_span_or_auto = string and url = string and hex_color = string and interpolation = list(string)