Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relax style validation #482

Merged
merged 1 commit into from
Nov 28, 2023
Merged

Conversation

sunesimonsen
Copy link
Member

After #247 the style regex became way too restrictive and doesn't allow shorthand values like:

border: thin solid red;

So I think we should just completely relax the style regex as it isn't really giving us any value.

After #247 the style
regex became way too restrictive and doesn't allow shorthand values
like:

border: thin solid red;

So I think we should just completely relax the style regex as it isn't
really giving us any value.
@coveralls
Copy link

Pull Request Test Coverage Report for Build 7017076306

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 92.709%

Totals Coverage Status
Change from base Build 6482429837: 0.0%
Covered Lines: 704
Relevant Lines: 740

💛 - Coveralls

@sunesimonsen sunesimonsen merged commit 70be405 into master Nov 28, 2023
18 checks passed
@sunesimonsen
Copy link
Member Author

Released as [email protected]

@sunesimonsen sunesimonsen deleted the ssimonsen/relax-style-validation branch November 28, 2023 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants