intuit / postcss-themed

A PostCSS plugin for generating themes.
MIT License
62 stars 32 forks source link

Handle themes with objects #48

Closed hipstersmoothie closed 3 years ago

hipstersmoothie commented 3 years ago

What Changed

see title

Why

You might keep a lot of token values on a deeply nested object.

Todo:

Published PR with canary version: 2.5.0-canary.48.616

codecov-io commented 3 years ago

Codecov Report

Merging #48 (6666f4c) into master (b00df52) will increase coverage by 0.24%. The diff coverage is 84.48%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #48      +/-   ##
==========================================
+ Coverage   89.24%   89.48%   +0.24%     
==========================================
  Files           5        5              
  Lines         316      333      +17     
  Branches       80       86       +6     
==========================================
+ Hits          282      298      +16     
- Misses         20       21       +1     
  Partials       14       14              
Impacted Files Coverage Δ
src/index.ts 83.78% <0.00%> (ø)
src/common/index.ts 77.77% <33.33%> (-0.98%) :arrow_down:
src/legacy/index.ts 96.34% <91.66%> (ø)
src/modern/index.ts 93.79% <97.22%> (+0.87%) :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 b00df52...6666f4c. Read the comment docs.

hipstersmoothie commented 3 years ago

:rocket: PR was released in v2.5.0 :rocket: