Set up project:
mkdir project
cd project
npm init -y| // https://css-tricks.com/responsive-data-tables/ | |
| // https://css-tricks.com/examples/ResponsiveTables/responsive.php | |
| // http://elvery.net/demo/responsive-tables/ | |
| .no-more-tables-container { | |
| @mixin no-more-tables-mixin { | |
| // Force table to not be like tables anymore | |
| table, thead, tbody, th, td, tr { | |
| display: block; | |
| } |
| <?php | |
| /** | |
| * | |
| * Infinite Scroll | |
| * | |
| * @since 1.0.0 | |
| * | |
| * @author Lauren Gray | |
| * @author Bill Erickson |
| /** | |
| ** facet classes | |
| **/ | |
| .facetwp-facet { | |
| /* class of div that wraps each facet type */ | |
| } | |
| .facetwp-facet-FACET-NAME { | |
| /* class for a facet where facet name is FACET-NAME, applied to same div as .facetwp-facet */ | |
| } |