From e45099c1320dde654c3f61ca941ca33e1144a161 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 15 Jun 2019 20:35:41 +0100 Subject: [PATCH] Rotate the chevron in the breadcrumb --- src/components/ProjectBreadcrumb.vue | 2 +- tailwind.config.js | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/ProjectBreadcrumb.vue b/src/components/ProjectBreadcrumb.vue index 66d0498..cdf8f35 100644 --- a/src/components/ProjectBreadcrumb.vue +++ b/src/components/ProjectBreadcrumb.vue @@ -3,7 +3,7 @@ diff --git a/tailwind.config.js b/tailwind.config.js index 9741a80..2c5077f 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -3,6 +3,9 @@ const { fontFamily, spacing } = require('tailwindcss/defaultTheme') module.exports = { theme: { + rotate: { + '-90': '-90deg' + }, extend: { colors: { charade: '#2a293c',