1c3f0x84

Results 3 comments of 1c3f0x84

any update on this issue? Can't upgrade version :(

THX @BeGj @pete-mcwilliams Solved it. Changes from: @tailwind base; @tailwind components; @tailwind utilities; To: @layer tailwind-base { @tailwind base; } @layer tailwind-components { @tailwind components; } @tailwind utilities;

No, i want to use the debug view in our inhouse app, but i can't to that, because of this DebugView: ``` var body: some View { if Config.isDebug &&...