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
Use case: Semantic-UI
Variables defined in theme.less file and referenced in @import are not resolved:
Error: Async fragment failed (lasso-slot:head). Exception: Error: Error while writing bundle "login/lasso-less (head, css)" Error: Error: ENOENT: no such file or directory, open '/home/www/xxx/semantic/src/@{themesFolder}/default/globals/site.variables'
Also, I believe variables defined in theme.config(.example) and passed to theme.less are also not being resolved.
/* Path to theme packages */
@themesFolder : 'themes';
/* Path to site override folder */
@siteFolder : 'site';
/*******************************
Import Theme
*******************************/
@import "theme.less";
The text was updated successfully, but these errors were encountered:
Seems that it cannot handle @imports that do not specify a file extension. Importing default/globals/variables does not work, but default/globals/variables.less does.
Use case: Semantic-UI
Variables defined in theme.less file and referenced in
@import
are not resolved:Also, I believe variables defined in theme.config(.example) and passed to theme.less are also not being resolved.
The text was updated successfully, but these errors were encountered: