Atom: 1.32.2 x64
Electron: 2.0.9
OS: Ubuntu 18.04.1
Thrown From: remote-ftp package 2.2.1
Failed to load the remote-ftp package
At variable @ui-size is undefined in /home/oleg/.atom/packages/remote-ftp/styles/remote-ftp.less:172:13
LessError: variable @ui-size is undefined
at /home/oleg/.atom/packages/remote-ftp/styles/remote-ftp.less:172:13
The problem was solved by changing @ui-size to @font-size. In my situation it was in non-default theme atom-material-ui.
Fixed in v2.2.2.
Most helpful comment
The problem was solved by changing @ui-size to @font-size. In my situation it was in non-default theme atom-material-ui.