jsdom / cssstyle

A Node.js implementation of the CSS Object Model CSSStyleDeclaration interface
MIT License
109 stars 70 forks source link

Add support for `ch` unit #107

Closed tinovyatkin closed 5 years ago

tinovyatkin commented 5 years ago

Adds support for standard ch unit: https://caniuse.com/#feat=ch-unit

codecov-io commented 5 years ago

Codecov Report

Merging #107 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #107   +/-   ##
=======================================
  Coverage   60.69%   60.69%           
=======================================
  Files          85       85           
  Lines        1880     1880           
  Branches      218      218           
=======================================
  Hits         1141     1141           
  Misses        632      632           
  Partials      107      107
Impacted Files Coverage Δ
lib/parsers.js 80.5% <100%> (ø) :arrow_up:

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 f2db1eb...f22113b. Read the comment docs.

jsakas commented 5 years ago

Thanks for the PR!