UNPKG

rr-table

Version:

Responsive and customizable React Table

17 lines (12 loc) 195 B
/* === Box-sizing === */ /* Set the global 'box-sizing' state to 'border-box' */ html { box-sizing: border-box; } * { box-sizing: inherit; } *::before, ::after { box-sizing: inherit; }