Include bootstrap icons set

pull/1/head
Nikita Tokarchuk 2 years ago
parent 0e68a60073
commit 9520a07089
Signed by: mainnika
GPG Key ID: A595FB7E3E56911C
  1. 1
      package.json
  2. 4
      web/index.js

@ -20,5 +20,6 @@
"webpack-dev-server": "^4.4.0"
},
"dependencies": {
"bootstrap-icons": "^1.7.1",
}
}

@ -1,2 +1,4 @@
import "./font.css"
import "./index.scss"
import "./index.scss"
import "bootstrap-icons/font/bootstrap-icons.css"
Loading…
Cancel
Save