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
When I build the apk there are some styles that are lost, an example is this:
Dev mode:
APK mode:
I open this error here and not in NativeScript/tailwind because I think the cause is when you apply a style to a vue component so that it inherits within the component. For example, the following example shows the Steps component that the styles that are applied to the component itself do not seem to be applied
It is also happening to me in this component, the height and width are not applied (this is not tailwind because what I think is something general of the vue components and the styles)
When I build the apk there are some styles that are lost, an example is this:
Dev mode:
APK mode:
I open this error here and not in NativeScript/tailwind because I think the cause is when you apply a style to a vue component so that it inherits within the component. For example, the following example shows the Steps component that the styles that are applied to the component itself do not seem to be applied
It is also happening to me in this component, the height and width are not applied (this is not tailwind because what I think is something general of the vue components and the styles)
The text was updated successfully, but these errors were encountered: