// Thème par défaut body { .theme-colored(@themeColorOne, @themeColorTwo, @themeColorThree); } // Définir des classes globales pour switcher de thème au besoin .theme2 { .theme-colored(@theme2ColorOne, @theme2ColorTwo, @theme2ColorThree); } // Définir des scrollbar personnalisées .custom-scrollbar; OU .custom-scrollbar(@scrollBarWidthHeight,@scrollBarBackground, @scrollBarForeground);