Specify base directory for absolute URLs
Hello,
I've got this issue when writting CSS :
When I specify absolute URLs like for example:
cursor: url('/images/zoom-plus.png');
it appears in error (cannot resolve directory images) because the /images directory is not at the top of the project.
Is there a way to specify where is the base for all the absolute URLs in a project ?
I've got this issue when writting CSS :
When I specify absolute URLs like for example:
cursor: url('/images/zoom-plus.png');
it appears in error (cannot resolve directory images) because the /images directory is not at the top of the project.
Is there a way to specify where is the base for all the absolute URLs in a project ?
Please sign in to leave a comment.