Add fastfony/tailwind-webpack-encore-pack recipe - #1869
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds a Symfony Flex recipe for the fastfony/tailwind-webpack-encore-pack package, enabling easy Tailwind CSS integration with Symfony projects using Webpack Encore. The recipe automates the configuration setup by copying configuration files and modifying existing project files to enable PostCSS processing.
- Adds PostCSS configuration file for Tailwind CSS processing
- Configures Webpack Encore to enable PostCSS loader
- Automatically imports Tailwind CSS directives into the main stylesheet
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| postcss.config.mjs | PostCSS configuration file that enables Tailwind CSS processing |
| manifest.json | Symfony Flex recipe manifest that automates configuration setup |
Comments suppressed due to low confidence (1)
fastfony/tailwind-webpack-encore-pack/1.0/manifest.json:1
- The directive '@source not' appears to be a typo. Should this be '@import' or a different CSS directive?
{
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
Thanks for the PR 😍 How to test these changes in your application
Diff between recipe versionsIn order to help with the review stage, I'm in charge of computing the diff between the various versions of patched recipes. |
Head branch was pushed to by a user without write access
Tailwind Support for Symfony + Webpack Encore
It's an implementation of the tutorial available on the Tailwind CSS site.