Themes: mobile CSS loses spaces between classes #5632
Labels
Component: Theme
Issue or pull request is related to Theme
Device: Mobile
Issue or pull request is *only* related to Mobile device
Resolution: Stale
Issue or pull request is inactivity and unfortunately it will be *closed* if there is no response
Describe the bug
Could not reproduce in the codebox, but with primereact 10.2.1 I started to have issues appearing on a random basis, where on mobile devices the imported CSS loses the spaces between class names. For example:
..p-menubar .p-menubar-button
gets compiled as.p-menubar.p-menubar-button
- which leads to mobile view look unstyled.I'm using symfony webpack encore bundle and npm to compile the assets. The issue is not appearing if I downgrade to 9.6.2 version
Reproducer
No response
PrimeReact version
10.2.1
React version
18.x
Language
ES6
Build / Runtime
Create React App (CRA)
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: