We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Windows 10
No response
29.1.3
N/A
Expect obs to grab local file and apply css attributes to custom css when linking to a local file with @import in the custom css editor
@import doesnt grab local file
not as far as i know. if any more input is needed please let me know
as for the log, i put N/A because i dont think it would actually help any, but if it would be i would be more than happy to provide it
The text was updated successfully, but these errors were encountered:
I can confirm that this works in cefclient version 103, but does not work in OBS Studio 29.1.3.
Sorry, something went wrong.
type https://github.com/import url("C:/path/to/file.css")
On Windows, try the triple slash syntax: file:///c:/path/to/file.css
file:///c:/path/to/file.css
type https://github.com/import url("C:/path/to/file.css") On Windows, try the triple slash syntax: file:///c:/path/to/file.css
i have already tried this, still didnt work
what is cefclient? is that just the beta obs?
No branches or pull requests
Operating System Info
Windows 10
Other OS
No response
OBS Studio Version
29.1.3
OBS Studio Version (Other)
No response
OBS Studio Log URL
N/A
OBS Studio Crash Log URL
No response
Expected Behavior
Expect obs to grab local file and apply css attributes to custom css when linking to a local file with @import in the custom css editor
Current Behavior
@import doesnt grab local file
Steps to Reproduce
...
Anything else we should know?
not as far as i know. if any more input is needed please let me know
as for the log, i put N/A because i dont think it would actually help any, but if it would be i would be more than happy to provide it
The text was updated successfully, but these errors were encountered: