Skip to content

refactor(Styles): major refactoring to migrate @beeq/core styling from Tailwind CSS to native SCSS/CSS#1744

Draft
dgonzalezr wants to merge 12 commits into
mainfrom
refactor/migrate-tailwindcss-to-native-css
Draft

refactor(Styles): major refactoring to migrate @beeq/core styling from Tailwind CSS to native SCSS/CSS#1744
dgonzalezr wants to merge 12 commits into
mainfrom
refactor/migrate-tailwindcss-to-native-css

Conversation

@dgonzalezr

Copy link
Copy Markdown
Collaborator

Description

This change overhauls the styling architecture by introducing native CSS foundations, a structured cascade layer system, and new SCSS mixins, while progressively converting component styles and global utilities away from Tailwind. The primary goal is to produce native CSS at runtime while maintaining SCSS as the authoring language.

Related Issue

N/A

Documentation

Screenshots (if applicable)

Checklist

  • I have read the CONTRIBUTING document.
  • I have read the CODE OF CONDUCT document.
  • I have reviewed my code.
  • I have tested the changes locally.
  • I have updated the documentation (if applicable).
  • I have added unit tests and e2e tests (if applicable).
  • I have requested reviews from relevant team members.

Additional Notes

@dgonzalezr dgonzalezr added chore ⚙️ Things related to chore functionalities (types, build, ci/cd, lint, etc.) refactor 🧑🏼‍🔧 When something have been changed but the main scope/functionality remains labels Jun 28, 2026
@nx-cloud

nx-cloud Bot commented Jun 28, 2026

Copy link
Copy Markdown

View your CI Pipeline Execution ↗ for commit faf578c

Command Status Duration Result
nx run beeq:storybook-build --output-style=stre... ✅ Succeeded 59s View ↗
nx affected -t e2e --exclude=*,!tag:core --para... ✅ Succeeded 1m 15s View ↗
nx affected -t build --exclude=*,!tag:publishab... ✅ Succeeded 1m 41s View ↗
nx affected -t test --exclude=*,!tag:core --par... ✅ Succeeded <1s View ↗
nx affected -t check --exclude=*,!tag:core --pa... ✅ Succeeded <1s View ↗

💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗


☁️ Nx Cloud last updated this comment at 2026-07-22 01:54:37 UTC

@dgonzalezr
dgonzalezr force-pushed the refactor/migrate-tailwindcss-to-native-css branch 2 times, most recently from 2d1c616 to 48366fe Compare July 17, 2026 01:14
@dgonzalezr
dgonzalezr force-pushed the refactor/migrate-tailwindcss-to-native-css branch from 48366fe to 408cddd Compare July 17, 2026 01:48
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore ⚙️ Things related to chore functionalities (types, build, ci/cd, lint, etc.) refactor 🧑🏼‍🔧 When something have been changed but the main scope/functionality remains

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants