Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(css/parser): Avoid skipping extra whitespaces (#6592)
**Description:** - Avoid skipping whitespaces in `[`/`(`/`{` because it is invalid. Whitespaces can be allowed and can be disallowed based on context, we can't apply this logic to any CSS context. - Also, we already skip whitespaces where it is necessary. - This also avoids extra actions.
- Loading branch information