Skip to content

Conversation

@JammingBen
Copy link
Contributor

Adds a default tailwind config for extensions so they don't need to ship it on their own.

@JammingBen JammingBen self-assigned this Sep 29, 2025
Copilot AI review requested due to automatic review settings September 29, 2025 07:58
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a default Tailwind CSS configuration to the extension-sdk package to simplify extension development by eliminating the need for extensions to ship their own Tailwind configuration.

  • Introduces a preconfigured Tailwind CSS file with custom theme variables and prefixed imports
  • Updates documentation to explain how to use the provided Tailwind configuration
  • Adds guidance about the required ext: prefix for Tailwind classes in extensions

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
packages/extension-sdk/tailwind.css Adds default Tailwind configuration with custom theme variables and prefixed imports
packages/extension-sdk/README.md Documents how to import and use the provided Tailwind CSS configuration
packages/design-system/docs/gettingStarted/tailwindMigration.md References the extension-sdk Tailwind config and explains the ext: prefix requirement

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Adds a default tailwind config for extensions so they don't need to ship it on their own.
@JammingBen JammingBen force-pushed the chore/extension-sdk-tailwind-config branch from 47c8469 to 4707440 Compare September 29, 2025 08:07
@JammingBen JammingBen force-pushed the chore/extension-sdk-tailwind-config branch from 4707440 to 886bb1e Compare September 29, 2025 08:07
@JammingBen JammingBen requested a review from kulmann September 29, 2025 10:50
Co-authored-by: Benedikt Kulmann <b.kulmann@opencloud.eu>
@JammingBen JammingBen merged commit cad535a into main Sep 29, 2025
28 checks passed
@JammingBen JammingBen deleted the chore/extension-sdk-tailwind-config branch September 29, 2025 12:57
@openclouders openclouders mentioned this pull request Sep 29, 2025
1 task
openclouders pushed a commit that referenced this pull request Sep 29, 2025
…nd-config

feat(extension-sdk): provide default tailwind config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants