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

FR Units support? #665

Open
aranapatona opened this issue Nov 11, 2024 · 1 comment
Open

FR Units support? #665

aranapatona opened this issue Nov 11, 2024 · 1 comment

Comments

@aranapatona
Copy link

I was trying to do some small usercss for personal use, and seems like fr units are not supported, i am not profficient at all in CSS , so maybe the solution is just use something else. problem is I dont know how.

grid-template-columns: 89px fr1;

shows error in the editor and cant even save the script until i comment the error.

I know firemonkey uses firefox api, but i believe fr is indeed supported in the firefox api.

@erosman
Copy link
Owner

erosman commented Nov 11, 2024

grid-template-columns example:

grid-template-columns: 100px 1fr;

The editor uses CodeMirros 5 which uses old CSS & JS linters which don't support new CSS/JS.
It should not affect saving the usercss.

There might be other errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants