Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

my_userChrome.css not working after update to version 4.5.4 #660

Open
ChasCB opened this issue Jun 27, 2024 Discussed in #606 · 2 comments
Open

my_userChrome.css not working after update to version 4.5.4 #660

ChasCB opened this issue Jun 27, 2024 Discussed in #606 · 2 comments

Comments

@ChasCB
Copy link

ChasCB commented Jun 27, 2024

Installed the latest version 4.5.4 after using the previous version 4.4.7 since its release.

I have selected all the same @import files as in version 4.4.7 but now find that my own my_userChrome.css not longer operates.

As soon as I switch back to version 4.4.7 all is good again.

@Aris-t2
Copy link
Owner

Aris-t2 commented Jun 27, 2024

Nothing changed for my_userChrome.css inside userChrome.css file for ages.

image

@ChasCB
Copy link
Author

ChasCB commented Jun 27, 2024

Thank you Aris, all good now. I shouldn't jump to quick.

It took me hours going through my code for the latest release and I finally found the errors. It was a missing closure */ and a miss spelling of a css file after editing because after all these years I have finally edited out all the unwanted code in your release as well as deleting all the unwanted css files. ☹️🤪

Question: Is it advisable to create my own css files from my own my_userChrome code and then merge those new files into your package and do away with my own my_userChrome. Of course I would need to prefix them with:
@import "./css/own/*********.css"; //
I would place this code into a *separate area of your code. LABELLED OWN CODE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants