-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Tailwindui css layout support - Add more htmlClasses #37563
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
Tailwindui css layout support - Add more htmlClasses #37563
Conversation
Supports classes with !important as used in Tailwind 3 https://tailwindcss.com/docs/configuration#important-modifier <p class="font-bold md:!font-medium">
Hi @in-session. Thank you for your contribution! Add the comment under your pull request to deploy test or vanilla Magento instance:
❗ Automated tests can be triggered manually with an appropriate comment:
Allowed build names are:
You can find more information about the builds here For more details, review the Code Contributions documentation. |
@magento run all tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please message the #magento-devops slack channel if they don't show in a reasonable amount of time and a representative will look into any issues. |
@in-session, in order to brocess both PRs at once #37563 and magento/magento2-page-builder#791 - I linked them to together. |
@sidolov, for some reason, the pull request from page builder repository wasn't linked properly - it's not used in tests. Could you pls help with it? |
@magento run Functional Tests B2B, Integration Tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please message the #magento-devops slack channel if they don't show in a reasonable amount of time and a representative will look into any issues. |
@magento run Functional Tests B2B |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please message the #magento-devops slack channel if they don't show in a reasonable amount of time and a representative will look into any issues. |
@magento create issue |
@engcom-Lima, did you check the page builder changes as well? |
Supports classes with !important as used in Tailwind 3
https://tailwindcss.com/docs/configuration#important-modifier
<p class="font-bold md:!font-medium">
Follow-up on #36452
Related Pull Requests
magento/magento2-page-builder#791
Resolved issues: