Skip to content

Compiling

Philip Newcomer edited this page Jun 30, 2019 · 1 revision

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
Clone this wiki locally