cxs-css / cxs

fast af css-in-js in 0.7kb
MIT License
1.19k stars 68 forks source link

Remove pixel unit addition to number values #79

Closed jxnblk closed 7 years ago

jxnblk commented 7 years ago

Breaking change this remove the automatic addition of the px CSS unit to number values, since this behavior is unexpected for unitless CSS properties

codecov-io commented 7 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #79   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           3      3           
  Lines          55     54    -1     
=====================================
- Hits           55     54    -1
Impacted Files Coverage Δ
src/index.js 100% <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 60c6134...3ae901d. Read the comment docs.