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
{{ message }}
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.
/** Optional CSS utils that can be commented out */
@import "~@ionic/core/css/padding.css";
@import "~@ionic/core/css/float-elements.css";
@import "~@ionic/core/css/text-alignment.css";
@import "~@ionic/core/css/text-transformation.css";
@import "~@ionic/core/css/flex-utils.css";
@import "~@ionic/core/css/display.css";
If I use the css utils classes like ion-text-justify or ion-hide-sm-up inside a page of my pwa, the util don't work unless I include the optionals @imports inside my page css.
I don't understand why I have this problem because I've included all the optionals css in app.css under /global
These are my ionic and stencil versions "@ionic/core": "^5.0.7",
"@stencil/core": "^1.12.2",
Thank you for the help
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi to everyone 🙂
I've started a Pwa Ionic + Stencil toolkit project
https://github.com/ionic-team/ionic-pwa-toolkit
And I've the Ionic css utils in my app.css
If I use the css utils classes like ion-text-justify or ion-hide-sm-up inside a page of my pwa, the util don't work unless I include the optionals @imports inside my page css.
I don't understand why I have this problem because I've included all the optionals css in app.css under /global
These are my ionic and stencil versions
"@ionic/core": "^5.0.7",
"@stencil/core": "^1.12.2",
Thank you for the help
The text was updated successfully, but these errors were encountered: