UNPKG
chainode
Version:
latest (1.0.0)
1.0.0
0.0.1
A private blockchain network based on node.js
github.com/davidemiceli/chainode
davidemiceli/chainode
chainode
/
lib
/
docs
/
src
/
styles.js
12 lines
(9 loc)
•
268 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/* Application styles */
// Default styles
import
'@/node_modules/bootstrap/dist/css/bootstrap.css'
;
import
'@/node_modules/@fortawesome/fontawesome-free/css/all.css'
;
import
'@/node_modules/toastr/build/toastr.css'
;
// Custom styles
import
'@/src/scss/app.scss'
;