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
Hi
my css in controller: $this->theme->asset()->usePath()->add('rtl', 'css/custom-rtl.css');
and css in config: $theme->asset()->usePath()->add('preload', 'css/preload.min.css');
how to load first preload.mini.css and secend load custom-rtl.css?