You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In magento checkout the CSS changes doesn't get applied:
Executing npm run start the changes works properly:
** I figured out that the new style classes I've included in reactapp/src/tailwindcss/components/theming.css are not accessible in Magento too. Tried to redeploy static content but nothing changes.
The text was updated successfully, but these errors were encountered:
rafabandero
changed the title
Generated CSS works ruinning with npm, but not embedded in Magento
Generated CSS works running with npm, but not embedded in Magento
Sep 27, 2023
I've changed primary background colors in tailwind.config.js and it works properly while runing the app through npm, but not embedded in Magento.
Preconditions (*)
Steps to reproduce (*)
reactapp/tailwind.config.js
npm install
npm run build
npm run start
the changes works properly:** I figured out that the new style classes I've included in
reactapp/src/tailwindcss/components/theming.css
are not accessible in Magento too. Tried to redeploy static content but nothing changes.The text was updated successfully, but these errors were encountered: