docs docs docs

This commit is contained in:
Felix Roos 2022-02-18 21:39:37 +01:00
parent a05757f8d6
commit 5d649a516f
7 changed files with 516 additions and 34 deletions

View file

@ -1,5 +1,5 @@
module.exports = {
content: ['./public/**/*.html', './src/**/*.{js,jsx,ts,tsx}'],
content: ['./public/**/*.html', './src/**/*.{js,jsx,ts,tsx,mdx}'],
// specify other options here
theme: {
extend: {},