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

fix: handle outline style/width #133

Closed
wants to merge 1 commit into from
Closed

Conversation

cdoublev
Copy link

@cdoublev cdoublev commented May 3, 2021

Fix #2999.

@codecov-commenter
Copy link

codecov-commenter commented May 3, 2021

Codecov Report

Merging #133 (153d3d7) into master (b527ed7) will decrease coverage by 0.65%.
The diff coverage is 0.00%.

❗ Current head 153d3d7 differs from pull request most recent head b1093ca. Consider uploading reports for the commit b1093ca to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master     #133      +/-   ##
==========================================
- Coverage   37.39%   36.74%   -0.66%     
==========================================
  Files          87       90       +3     
  Lines        1182     1203      +21     
  Branches      227      231       +4     
==========================================
  Hits          442      442              
- Misses        633      650      +17     
- Partials      107      111       +4     
Impacted Files Coverage Δ
lib/properties/borderWidth.js 0.00% <0.00%> (ø)
lib/properties/outline.js 0.00% <0.00%> (ø)
lib/properties/outlineColor.js 0.00% <0.00%> (ø)
lib/properties/outlineStyle.js 0.00% <0.00%> (ø)
lib/properties/outlineWidth.js 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b527ed7...b1093ca. Read the comment docs.

@cdoublev cdoublev mentioned this pull request May 10, 2021
@cdoublev
Copy link
Author

Closing in favor of a full rewrite. See #140.

@cdoublev cdoublev closed this Dec 14, 2021
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.

CSS shorthand style "outline" not associated with its longhand components
2 participants