From f256752daea060cf04b85654657d53103bf0aa59 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 24 Jan 2019 20:47:17 +0000 Subject: [PATCH] Replace custom utilities with Tailwind --- .gitignore | 3 +++ source/css/utilities.css | 21 --------------------- source/index.html.twig | 18 +++++++++--------- 3 files changed, 12 insertions(+), 30 deletions(-) delete mode 100644 source/css/utilities.css diff --git a/.gitignore b/.gitignore index 9507744..7f917eb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ +/mix-manifest.json +/node_modules/ /output_*/ +/source/dist/ /vendor/ diff --git a/source/css/utilities.css b/source/css/utilities.css deleted file mode 100644 index ddcb8c0..0000000 --- a/source/css/utilities.css +++ /dev/null @@ -1,21 +0,0 @@ -.bg-balloon { background-image: url(/themes/dcb2017/images/dcb-bg.jpg); } -.bg-black { background-color: #111111; } -.bg-cover { background-size: cover; } -.bg-center { background-position: center; } -.flex { display: flex; } -.flex-1 { flex: 1; } -.flex-col { flex-direction: column; } -.font-bold { font-weight: bold; } -.h-full { height: 100%; } -.items-center { align-items: center } -.justify-between { justify-content: space-between; } -.justify-center { justify-content: center; } -.mb-0 { margin-bottom: 0 !important; } -.mx-4 { margin-left: 1rem; margin-right: 1rem; } -.p-4 { padding: 1rem; } -.px-12 { padding-top: 3rem !important; padding-bottom: 3rem !important; } -.py-16 { padding-top: 4rem !important; padding-bottom: 4rem !important; } -.text-center { text-align: center; } -.text-lg { font-size: 1.2rem; } -.text-white { color: #FFFFFF; } -.uppercase { text-transform: uppercase; } diff --git a/source/index.html.twig b/source/index.html.twig index 88d9bb5..d341216 100644 --- a/source/index.html.twig +++ b/source/index.html.twig @@ -2,7 +2,7 @@ layout: default --- - + @@ -13,18 +13,18 @@ layout: default DrupalCamp Bristol 2017 - + - + -
+
@@ -43,10 +43,10 @@ layout: default
-
+
-
-
+
+
Drupalcamp Bristol logo
@@ -58,10 +58,10 @@ layout: default
-
+
Thanks to all previous speakers, sponsors and attendees. See you in 2019!
-