format with standard js

This commit is contained in:
2022-01-22 22:56:53 -05:00
committed by oliviasculley
parent 67c30d7f88
commit 67b48e1a3f
4 changed files with 44 additions and 44 deletions

View File

@@ -7,28 +7,28 @@ module.exports = {
'../lib/**/*.eex',
'./js/**/*.js'
],
darkMode: "media",
darkMode: 'media',
theme: {
colors: {
transparent: 'transparent',
current: 'currentColor',
primary: colors.indigo,
black: colors.black,
white: colors.white,
gray: colors.trueGray,
indigo: colors.indigo,
red: colors.rose,
yellow: colors.amber,
yellow: colors.amber
},
extend: {},
extend: {}
},
variants: {
extend: {
backgroundColor: ['active'],
borderColor: ['active'],
},
borderColor: ['active']
}
},
plugins: [],
plugins: []
}