Skip to content

Commit 2da3aec

Browse files
authored
Add symfonycasts/tailwind-bundle recipe (#1383)
1 parent 93400fd commit 2da3aec

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
symfonycasts_tailwind:
2+
# Specify the EXACT version of Tailwind CSS you want to use
3+
binary_version: 'v3.4.17'
4+
5+
# Alternatively, you can specify the path to the binary that you manage yourself
6+
#binary: 'node_modules/.bin/tailwindcss'
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)