-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Support Tailwind CSS in core dummy app #5798
Support Tailwind CSS in core dummy app #5798
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We paired on this 👍🏻
We need to make sure all extensions have tailwindcss-rails
installed in solidus_dev_support
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5798 +/- ##
==========================================
- Coverage 88.92% 88.68% -0.25%
==========================================
Files 719 721 +2
Lines 16944 16997 +53
==========================================
+ Hits 15068 15073 +5
- Misses 1876 1924 +48 ☔ View full report in Codecov by Sentry. |
This allows running the core dummy app with the Tailwind required for setting sails towards the new frontend.
7003a9c
to
e1b1a48
Compare
a788857
to
b9351c3
Compare
b9351c3
to
1d2d045
Compare
This allows running the core dummy app with the Tailwind required for setting sails towards the new frontend.