Revert "feat: add answer for challenge 45"

This reverts commit 7458977d35.
This commit is contained in:
Wandrille
2024-02-15 07:54:55 +01:00
parent 7458977d35
commit ebf6b135f8
6 changed files with 2 additions and 139 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,tsx}'),
join(__dirname, 'src/**/!(*.stories|*.spec).{ts,html}'),
...createGlobPatternsForDependencies(__dirname),
],
theme: {