mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-09-28 15:48:22 +00:00
Setup tailwind with docspell build
This commit is contained in:
21
tailwind.config.js
Normal file
21
tailwind.config.js
Normal file
@@ -0,0 +1,21 @@
|
||||
// tailwind.config.js
|
||||
|
||||
const colors = require('tailwindcss/colors')
|
||||
|
||||
module.exports = {
|
||||
purge: false,
|
||||
darkMode: 'class', // or 'media' or 'class'
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
bluegray: colors.blueGray,
|
||||
amber: colors.amber,
|
||||
teal: colors.teal
|
||||
}
|
||||
}
|
||||
},
|
||||
variants: {},
|
||||
plugins: [
|
||||
]
|
||||
// prefix: 'tw-'
|
||||
}
|
Reference in New Issue
Block a user