We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ecfd40 commit 66bb9afCopy full SHA for 66bb9af
symfonycasts/tailwind-bundle/0.8/config/packages/symfonycasts_tailwind.php
@@ -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
+};
symfonycasts/tailwind-bundle/0.8/manifest.json
@@ -0,0 +1,9 @@
+{
+ "bundles": {
+ "Symfonycasts\\TailwindBundle\\SymfonycastsTailwindBundle": ["all"]
+ },
+ "copy-from-recipe": {
+ "config/": "%CONFIG_DIR%/"
+ "aliases": ["tailwind", "tailwindcss"]
+}
0 commit comments