Open fly1ted opened 5 years ago
Latest Craft manages assets a bit differently (with its own folder for each AssetBundle) thus the original assets are missing with relative css overrides. Let's bring them to match the original css.
I took assets from here. https://github.com/craftcms/cms/tree/master/src/web/assets/cp/dist
Another approach would be to change all your css files to not include any of those assets (i.e. rm all url(...)).
Latest Craft manages assets a bit differently (with its own folder for each AssetBundle) thus the original assets are missing with relative css overrides. Let's bring them to match the original css.
I took assets from here. https://github.com/craftcms/cms/tree/master/src/web/assets/cp/dist
Another approach would be to change all your css files to not include any of those assets (i.e. rm all url(...)).