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
The CSS files reference HTTP resources that cannot be accessed, for example
http://localhost:2234/plugins/arMeaStylePlugin/css/less/images/UzK_Logo.png
or
http://localhsot:2234/plugins/arMeaStylePlugin/vendor/fonts/Istok/2koEo4AKFSvK4B52O_Mwaha1RVmPjeKy21_GQJaLlJI.woff
This is probably due to the fact that rules with paths like
#mainLogo { background-image: url("images/UzK_Logo.png"); }
are compiled by LESS to
#mainLogo{background-image:url("less/images/UzK_Logo.png");
Maybe LESS is trying to be too smart and wants to preserve the directory structure?
/cc @strec
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The CSS files reference HTTP resources that cannot be accessed, for example
or
This is probably due to the fact that rules with paths like
are compiled by LESS to
Maybe LESS is trying to be too smart and wants to preserve the directory structure?
/cc @strec
The text was updated successfully, but these errors were encountered: