From fb174b0f02f0878a21e618deb423499120f7add5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=86=E3=82=AF=E3=83=8B=E3=82=AB=E3=83=AB=E8=AB=8F?= =?UTF-8?q?=E8=A8=AA=E5=AD=90?= Date: Mon, 12 Mar 2018 21:21:15 +0900 Subject: [PATCH] =?UTF-8?q?Update=20to=20Laravel=205.6=20is=20successful?= =?UTF-8?q?=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/mix-manifest.json | 4 ++++ resources/assets/sass/_variables.scss | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 public/mix-manifest.json diff --git a/public/mix-manifest.json b/public/mix-manifest.json new file mode 100644 index 0000000..585e57f --- /dev/null +++ b/public/mix-manifest.json @@ -0,0 +1,4 @@ +{ + "/js/app.js": "/js/app.js", + "/css/app.css": "/css/app.css" +} \ No newline at end of file diff --git a/resources/assets/sass/_variables.scss b/resources/assets/sass/_variables.scss index 604068a..d6b975c 100644 --- a/resources/assets/sass/_variables.scss +++ b/resources/assets/sass/_variables.scss @@ -5,7 +5,7 @@ $body-bg: #000; // Typography $font-family-sans-serif: "Raleway", sans-serif; -$font-size-base: 14px; +$font-size-base: 1rem; $line-height-base: 1.6;