mattgrayisok / craft-dark-mode

Dark Mode for Craft CMS
MIT License
13 stars 2 forks source link

Fix missing assets #16

Open fly1ted opened 5 years ago

fly1ted commented 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(...)).