Open AndreaCardamone opened 7 years ago
The idea is to avoiding the the nesting factor in building process.
For example
<div data-cssplus="EXTENDER>COLS>CELL(_FLEX)">content</div>
will become
<div class="EXTENDER">
<div class="COLS">
<div class="CELL _FLEX">
content
</div>
</div>
</div>
Notice: this syntax is an indicative example
Write a webpack2 plugin for cssPlus