Skip to content

Commit 66bb9af

Browse files
Update recipes 2025-03-05 (#134)
1 parent 3ecfd40 commit 66bb9af

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
6+
7+
return static function (ContainerConfigurator $containerConfigurator): void {
8+
$containerConfigurator->extension('symfonycasts_tailwind', [
9+
'binary_version' => 'v3.4.17',
10+
]);
11+
};
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"bundles": {
3+
"Symfonycasts\\TailwindBundle\\SymfonycastsTailwindBundle": ["all"]
4+
},
5+
"copy-from-recipe": {
6+
"config/": "%CONFIG_DIR%/"
7+
},
8+
"aliases": ["tailwind", "tailwindcss"]
9+
}

0 commit comments

Comments
 (0)