From fb39b8f31f9323f5e56670de2f382f7b19daed08 Mon Sep 17 00:00:00 2001 From: Humberto Alfonso Díaz Date: Tue, 10 Dec 2019 14:43:01 +0100 Subject: FUNCT Add bootstrap --- src/styles/app.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'src/styles') diff --git a/src/styles/app.scss b/src/styles/app.scss index fa41373..d84e54a 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -5,6 +5,7 @@ $colors: ( button: #313131, background: #363636 ); +@import "~bootstrap/scss/bootstrap"; @media (max-device-width: 720px) and (orientation: portrait) { $header_size: 145px; -- cgit 1.2.3-korg