add bootstrap and line icons

This commit is contained in:
Dan Jones 2022-12-21 21:12:31 -06:00
commit a1d9d86c23
5 changed files with 50 additions and 2 deletions

View file

@ -1,5 +1,11 @@
build/index.html: build/style.css index.html config.toml compile.js
node compile.js
build/style.css: scss/style.scss
build/style.css: scss/style.scss node_modules/bootstrap/scss/_root.scss
npx sass $< $@
node_modules/bootstrap/scss/_root.scss: package-lock.json
npm ci
package-lock.json: package.json
npm install