Igor Randjelovic

Results 482 comments of Igor Randjelovic

For using tailwind no they are not.

I've made a quick util for this, see https://x.com/igor_randj/status/1834615699974529313 ```ts import { Application, CSSUtils } from '@nativescript/core'; export function toggleGlobalClass(className: string) { const rootView = Application.getRootView(); const enabled = rootView.cssClasses.has(className);...