From 147bda5c045b2ce1050acc1ad19b3be6b70323c5 Mon Sep 17 00:00:00 2001 From: Mia Winter Date: Mon, 17 Apr 2023 22:30:07 +0200 Subject: [PATCH] Added bulma customizations --- .gitignore | 5 +++ JustShortIt.csproj | 8 ++++ Pages/Shared/_Layout.cshtml | 2 +- compilerconfig.json | 6 +++ compilerconfig.json.defaults | 71 ++++++++++++++++++++++++++++++++++++ package-lock.json | 24 ++++++++++++ package.json | 5 +++ wwwroot/css/index.sass | 20 ++++++++++ 8 files changed, 140 insertions(+), 1 deletion(-) create mode 100644 compilerconfig.json create mode 100644 compilerconfig.json.defaults create mode 100644 package-lock.json create mode 100644 package.json create mode 100644 wwwroot/css/index.sass diff --git a/.gitignore b/.gitignore index 7c0b304..f9f28aa 100644 --- a/.gitignore +++ b/.gitignore @@ -705,3 +705,8 @@ FodyWeavers.xsd # Additional files built by Visual Studio # End of https://www.toptal.com/developers/gitignore/api/visualstudio,csharp,aspnetcore + + +# we generate these +wwwroot/css/index.css +wwwroot/css/index.min.css \ No newline at end of file diff --git a/JustShortIt.csproj b/JustShortIt.csproj index 4fc0ce1..fa7eccd 100644 --- a/JustShortIt.csproj +++ b/JustShortIt.csproj @@ -8,6 +8,14 @@ . + + + + + + + + diff --git a/Pages/Shared/_Layout.cshtml b/Pages/Shared/_Layout.cshtml index 3305cd2..923c81a 100644 --- a/Pages/Shared/_Layout.cshtml +++ b/Pages/Shared/_Layout.cshtml @@ -5,7 +5,7 @@ @ViewData["Title"] - JustShortIt - +