Rotate the chevron in the breadcrumb

This commit is contained in:
Oliver Davies 2019-06-15 20:35:41 +01:00
parent c8b5ddd3f8
commit e45099c132
2 changed files with 4 additions and 1 deletions

View file

@ -3,6 +3,9 @@ const { fontFamily, spacing } = require('tailwindcss/defaultTheme')
module.exports = {
theme: {
rotate: {
'-90': '-90deg'
},
extend: {
colors: {
charade: '#2a293c',