Compiling - philipnewcomer/bootstrap4-card-tables GitHub Wiki
To compile the CSS, first make sure you have node-sass
installed:
npm install -g node-sass
Then you can compile the minified and unminified CSS with:
node-sass src/bootstrap4-card-tables.scss dist/bootstrap4-card-tables.min.css --output-style=compressed
node-sass src/bootstrap4-card-tables.scss dist/bootstrap4-card-tables.css --output-style=expanded