migrate tutorial

This commit is contained in:
Felix Roos 2022-05-14 21:28:10 +02:00
parent 92c17d6376
commit 42d3510c74
9 changed files with 3078 additions and 8 deletions

View file

@ -5,7 +5,7 @@ This program is free software: you can redistribute it and/or modify it under th
*/
module.exports = {
content: ['./src/**/*.{js,jsx,ts,tsx}'],
content: ['./src/**/*.{js,jsx,ts,tsx}','./tutorial/**/*.{js,jsx,ts,tsx}'],
theme: {
extend: {},
},