Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Tailwind CSS support #502

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Saksen2k
Copy link

@Saksen2k Saksen2k commented Dec 31, 2024

Add Tailwind CSS support to the repository.

  • README.md: Add instructions for using Tailwind CSS with the addon. Include example configuration for Tailwind CSS in compilerconfig.json.
  • src/WebCompiler/Compile/TailwindCompiler.cs: Create a new file for the Tailwind CSS compiler. Implement the ICompiler interface for Tailwind CSS. Add methods to compile Tailwind CSS files.
  • src/WebCompiler/Compile/CompilerService.cs: Add a case for Tailwind CSS in the GetCompiler method. Initialize the Tailwind CSS compiler in the Initialize method.
  • src/WebCompiler/Config/ConfigHandler.cs: Add default Tailwind CSS options in the CreateDefaultsFile method.

For more details, open the Copilot Workspace session.

Add Tailwind CSS support to the repository.

* **README.md**: Add instructions for using Tailwind CSS with the addon. Include example configuration for Tailwind CSS in `compilerconfig.json`.
* **src/WebCompiler/Compile/TailwindCompiler.cs**: Create a new file for the Tailwind CSS compiler. Implement the `ICompiler` interface for Tailwind CSS. Add methods to compile Tailwind CSS files.
* **src/WebCompiler/Compile/CompilerService.cs**: Add a case for Tailwind CSS in the `GetCompiler` method. Initialize the Tailwind CSS compiler in the `Initialize` method.
* **src/WebCompiler/Config/ConfigHandler.cs**: Add default Tailwind CSS options in the `CreateDefaultsFile` method.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/madskristensen/WebCompiler?shareId=XXXX-XXXX-XXXX-XXXX).
* **TailwindCompiler.cs**: Create a new file for the Tailwind CSS compiler and implement the `ICompiler` interface. Add methods to compile Tailwind CSS files.
* **CompilerService.cs**: Add a case for Tailwind CSS in the `GetCompiler` method. Initialize the Tailwind CSS compiler in the `Initialize` method.
* **ConfigHandler.cs**: Add default Tailwind CSS options in the `CreateDefaultsFile` method.
* **README.md**: Add instructions for using Tailwind CSS with the addon. Include example configuration for Tailwind CSS in `compilerconfig.json`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant