feat: add answer for challenge 45

add one possible answer for the new challenge 45.
This commit is contained in:
Wandrille
2024-02-09 09:25:05 +01:00
parent 0f4f14c351
commit 7458977d35
6 changed files with 139 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ const { join } = require('path');
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
join(__dirname, 'src/**/!(*.stories|*.spec).{ts,html}'),
join(__dirname, 'src/**/!(*.stories|*.spec).{ts,html,tsx}'),
...createGlobPatternsForDependencies(__dirname),
],
theme: {