You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.
Current limitation - CSS files must at the same depth as that of the include-combiner action call, because url() within CSS files should be relative to the CSS file.
Don't want to force absolute paths in CSS files.
Don't want to break background-images within CSS files, if they come from a different depth.
Don't want to have one CSS file for those parts that use url() references.
So, parse the CSS files when they're registered and change the url() references to the correct depth.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Current limitation - CSS files must at the same depth as that of the include-combiner action call, because url() within CSS files should be relative to the CSS file.
Don't want to force absolute paths in CSS files.
Don't want to break background-images within CSS files, if they come from a different depth.
Don't want to have one CSS file for those parts that use url() references.
So, parse the CSS files when they're registered and change the url() references to the correct depth.
The text was updated successfully, but these errors were encountered: