1
0
Fork 0

feat(sites): add infra.mareshq.com

This commit is contained in:
Vojtěch Mareš 2022-08-20 22:04:51 +02:00
parent 4c8df2eb22
commit 4b658dd283
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
22 changed files with 504 additions and 0 deletions

View file

@ -0,0 +1,16 @@
module.exports = {
content: [
'./**/*.tsx',
'./../../themes/infra/**/*.tsx',
'./../../themes/common/**/*.tsx',
'./../../themes/signpost/**/*.tsx',
],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [],
};