From 6c30720bb5a31a00a02916e632b3123957f1b810 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 26 Feb 2019 17:43:47 +0000 Subject: [PATCH 1/3] Update hero text --- source/index.html.twig | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/source/index.html.twig b/source/index.html.twig index bd326f1..ae4f6a2 100644 --- a/source/index.html.twig +++ b/source/index.html.twig @@ -56,9 +56,13 @@
Drupalcamp Bristol logo
-
-

DrupalCamp Bristol is returning in 2019.

-

Details coming soon!

+
+

+ DrupalCamp Bristol is returning +
on June 28th 2019 at +
The Station, Silver St, BS1 2AG. +

+

Session submissions opening soon!

From d81328aa1111380b69f32c03412b5ee1d85cb0b1 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 28 Feb 2019 10:30:14 +0000 Subject: [PATCH 2/3] Add plugins --- package.json | 4 ++++ tailwind.js | 9 ++++++++- yarn.lock | 12 ++++++++++++ 3 files changed, 24 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index eee55e8..4725f32 100644 --- a/package.json +++ b/package.json @@ -12,5 +12,9 @@ "laravel-mix": "^4.0.14", "laravel-mix-tailwind": "^0.1.0", "tailwindcss": "^0.7.4" + }, + "dependencies": { + "tailwindcss-interaction-variants": "^1.0.0", + "tailwindcss-spaced-items": "^0.1.0" } } diff --git a/tailwind.js b/tailwind.js index 00c5485..986ef22 100644 --- a/tailwind.js +++ b/tailwind.js @@ -11,7 +11,14 @@ module.exports = { textColors: colors, backgroundColors: colors, borderColors: Object.assign({ default: colors['grey-light'] }, colors), - plugins: [], + plugins: [ + require('tailwindcss-interaction-variants')(), + require('tailwindcss-spaced-items')(), + ], + modules: { + ...defaultConfig.modules, + textStyle: ['responsive', 'hover', 'focus', 'hocus'], + }, options: { ...defaultConfig.options, prefix: 'tw-', diff --git a/yarn.lock b/yarn.lock index 033763c..68634c7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5963,6 +5963,18 @@ svgo@^1.0.0: unquote "~1.1.1" util.promisify "~1.0.0" +tailwindcss-interaction-variants@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/tailwindcss-interaction-variants/-/tailwindcss-interaction-variants-1.0.0.tgz#85370e272b5365090fd83e2ad6a607f415da487d" + integrity sha512-HhTyil7E6eZcfRFtit8ViPnLp5QRrSg/s++gIZu0Nj2oqXiK1zESqVaJl12j5gNNkCxDUpwO0iyZxya/Gs6dww== + dependencies: + lodash "^4.17.11" + +tailwindcss-spaced-items@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/tailwindcss-spaced-items/-/tailwindcss-spaced-items-0.1.0.tgz#e7f381e5c780a034bcdbc38a6a2cfb31f828a020" + integrity sha512-YiT1h89fp13r6I+EBM8wS1RWfsTwzHSi4BAnHoTXXQK1GQ53DUCPeFNmiksYSdx2aQLMdp/DTPvErqBVfTALiQ== + tailwindcss@^0.7.4: version "0.7.4" resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-0.7.4.tgz#fb7926821d42eacdc12e6621a49d21f37a3ff9e9" From 858e31ecd155839e238799525c873591ad6fff5f Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 28 Feb 2019 10:31:31 +0000 Subject: [PATCH 3/3] Add Follow Us link to main text --- source/index.html.twig | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/source/index.html.twig b/source/index.html.twig index ae4f6a2..c3626c9 100644 --- a/source/index.html.twig +++ b/source/index.html.twig @@ -1,4 +1,5 @@ --- +twitter_url: https://twitter.com/drupalcampbris --- @@ -39,7 +40,7 @@