Add bootstrap css dependency
This commit is contained in:
parent
b3be9d7fe4
commit
ac15ac2ee7
|
|
@ -14,6 +14,7 @@
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@zeit/next-css": "^1.0.1",
|
"@zeit/next-css": "^1.0.1",
|
||||||
|
"bootstrap": "^4.1.3",
|
||||||
"express": "^4.16.4",
|
"express": "^4.16.4",
|
||||||
"next": "^7.0.2",
|
"next": "^7.0.2",
|
||||||
"react": "^16.6.1",
|
"react": "^16.6.1",
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
import Head from 'next/head'
|
import Head from 'next/head'
|
||||||
|
import 'bootstrap/dist/css/bootstrap.min.css';
|
||||||
import '../static/everypage.css'
|
import '../static/everypage.css'
|
||||||
import '../static/css/index.css'
|
import '../static/css/index.css'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue