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 Oct 31, 2024. It is now read-only.
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
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.
The text was updated successfully, but these errors were encountered: