Andy-set-studio / gorko

A tiny Sass token class generator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should 'show': 'inherit' be 'show': 'revert' ?

raphaelgoetter opened this issue · comments

Hello !

Config files says :

'box': (
    'items': (
      'block': 'block',
      'flex': 'flex',
      'hide': 'none',
      'show': 'inherit'
    ),

inherit seems a bit risky since it depends from parent's value. In my opinion, revert would be safer.