Rotate the chevron in the breadcrumb
This commit is contained in:
parent
c8b5ddd3f8
commit
e45099c132
2 changed files with 4 additions and 1 deletions
|
@ -3,6 +3,9 @@ const { fontFamily, spacing } = require('tailwindcss/defaultTheme')
|
|||
|
||||
module.exports = {
|
||||
theme: {
|
||||
rotate: {
|
||||
'-90': '-90deg'
|
||||
},
|
||||
extend: {
|
||||
colors: {
|
||||
charade: '#2a293c',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue