From 7d4c7fe5f3127fa549b7771154eb738461841e11 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 30 Aug 2019 17:35:14 +0100 Subject: [PATCH] Update tailwindcss and styling --- vuejs/package.json | 2 +- vuejs/src/assets/css/tailwind.css | 2 +- vuejs/src/components/AcceptedSessionsList.vue | 8 ++++---- vuejs/src/components/SessionFormMessage.vue | 4 ++-- vuejs/tailwind.config.js | 9 +++++++++ vuejs/yarn.lock | 17 +++++++++++++---- 6 files changed, 30 insertions(+), 12 deletions(-) create mode 100644 vuejs/tailwind.config.js diff --git a/vuejs/package.json b/vuejs/package.json index d2e8985..9b8da7d 100644 --- a/vuejs/package.json +++ b/vuejs/package.json @@ -13,7 +13,7 @@ "core-js": "^2.6.5", "postcss-nested": "^4.1.2", "qs": "^6.8.0", - "tailwindcss": "^1.0.1", + "tailwindcss": "^1.1.2", "vue": "^2.6.10", "vue-router": "^3.0.3" }, diff --git a/vuejs/src/assets/css/tailwind.css b/vuejs/src/assets/css/tailwind.css index 9382b27..00c4b7a 100644 --- a/vuejs/src/assets/css/tailwind.css +++ b/vuejs/src/assets/css/tailwind.css @@ -7,7 +7,7 @@ h2 { input, textarea { - @apply w-full border border-gray-400 p-2 mt-1 + @apply mt-1 p-2 w-full border border-gray-400 } input[type=submit] { diff --git a/vuejs/src/components/AcceptedSessionsList.vue b/vuejs/src/components/AcceptedSessionsList.vue index e5917d4..5ca8415 100644 --- a/vuejs/src/components/AcceptedSessionsList.vue +++ b/vuejs/src/components/AcceptedSessionsList.vue @@ -1,10 +1,10 @@