I'm trying to import a CSS inside another one but it's not working, the directory structure looks like this:
style.css
css / agoravou.css
However, the command @import url('css/agoravou.css') screen;
is not working.
Does anyone know what it can be?