Push current documentation work state

This commit is contained in:
2023-08-19 10:51:29 +02:00
parent ddb037e944
commit a15b39ebf4
8 changed files with 829 additions and 101 deletions

View File

@ -1,12 +1,20 @@
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
safelist: [{
pattern: /hljs+/,
}],
theme: {
extend: {},
hljs: {
theme: 'nord',
},
},
plugins: [],
plugins: [require('tailwind-highlightjs')],
}