File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4604,7 +4604,7 @@ export function createCssUtility(node: AtRule) {
4604
4604
// removed.
4605
4605
// - If a `--value(ratio)` resolves, the `--modifier(…)` cannot be used.
4606
4606
// - If a candidate looks like `foo-2/3`, then the `--value(ratio)` should
4607
- // be used OR the `--value(…)` and `--modifier(: )` must be used. But not
4607
+ // be used OR the `--value(…)` and `--modifier(… )` must be used. But not
4608
4608
// both.
4609
4609
// - All parts of the candidate must resolve, otherwise it's not a valid
4610
4610
// utility. E.g.:`
@@ -4883,7 +4883,7 @@ function resolveValueFunction(
4883
4883
return { nodes : ValueParser . parse ( value . value ) }
4884
4884
}
4885
4885
4886
- // No data type hitn provided, so we have to infer it
4886
+ // No data type hint provided, so we have to infer it
4887
4887
let type = inferDataType ( value . value , [ dataType as any ] )
4888
4888
if ( type !== null ) {
4889
4889
return { nodes : ValueParser . parse ( value . value ) }
You can’t perform that action at this time.
0 commit comments