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
@Shelob9 This generates the build version of index.scss, the clients/admin/build/style.min.css still needs to be enqueued and I'm not sure if we want to enqueue css files from the clients folder or move theme and enqueue from the assets folder.
BTW, the admin client is loading these styles via import within the index.js file, once we decide where we enqueue css from we can remove the import.
Now in the admin page, we get new CSS and JS from admin client and in editor we get older version.
@New0 What is left for you to decide is how much of the legacy CSS assets/css/admin.css we want to use. I think that copying that file to a legacy.scss that gets included for now is a good start, then go through and delete non-required CSS (a lot of that shit is for the editor) not worrying about how it effects the editor or other screens that use that CSS (privacy, some add-on admins)
Default of filter will be new if on main page and false if on any other page.
The text was updated successfully, but these errors were encountered: