A sheetify plugin add sibling class to any firstLevel class selector.
Apply on global css module in node_modules/ only.
why
Recently I dev a website without tachyons, after I used it on a new component. Tachyons conflicted with my old code. I can solve this if I can use tachyons with an additional identify class 'tachyons' like semantic-ui's 'ui', then sheetify-sibling born.
<!-- semantic-ui -->
<divclass="ui four column doubling stackable grid container">