From ac15ac2ee7598e1f3f71f172b20a86f9582617b2 Mon Sep 17 00:00:00 2001 From: Felix Hamme Date: Thu, 8 Nov 2018 15:46:01 +0100 Subject: [PATCH] Add bootstrap css dependency --- package.json | 1 + pages/index.js | 1 + 2 files changed, 2 insertions(+) diff --git a/package.json b/package.json index 6ccd3a6..9308d2a 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "license": "ISC", "dependencies": { "@zeit/next-css": "^1.0.1", + "bootstrap": "^4.1.3", "express": "^4.16.4", "next": "^7.0.2", "react": "^16.6.1", diff --git a/pages/index.js b/pages/index.js index c9bb918..2772816 100644 --- a/pages/index.js +++ b/pages/index.js @@ -1,4 +1,5 @@ import Head from 'next/head' +import 'bootstrap/dist/css/bootstrap.min.css'; import '../static/everypage.css' import '../static/css/index.css'