Less Importing.
no matter where i try to import any of the semanticui .less files, it fails to compile. tried a basic .less file all over the place... fails to compile.
tried importing empty .less file everywhere i could think to import a less file... contents:
filename: "fontInject.less"
content:
@fontName: "Roboto";
fails to compile on
' Import "@/components/example/fontInject.less"; Import "@/themes/fontInject.less"; Import "@/global/fontInject.less"; Import "@/lib/fontInject.less"; Import "./fontInject.less"; '
tried all those correctly in all the possible global and local file.. everywhere.
tried importing less from less into every level of the chain.. there's absolutely no way i could get a less file working in the project.
what am i doing wrong, and if it's not me, then what are you doing wrong..
and how can either of us fix it.