Sorting, fix user object bug, add settings module

This commit is contained in:
Mark Cooper
2021-08-18 06:50:24 -05:00
parent e1aa95af97
commit 30ca0bb95f
18 changed files with 164 additions and 17 deletions

View File

@@ -1,13 +1,18 @@
const defaultTheme = require('tailwindcss/defaultTheme')
module.exports = {
purge: {},
purge: {
options: {
safelist: [
'bg-success'
]
}
},
darkMode: false,
theme: {
extend: {
colors: {
bg: '#373838',
yellowgreen: 'yellowgreen',
primary: '#262626',
accent: '#1ad691',
error: '#FF5252',