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
At this time, in order to customize look and feel, mobile-angular-ui.less, mobile-angular-ui-desktop.less and variables.less files need to customized.
If there were an import statement at the end of variables.less file as follows
@import "customer.less"
along with an empty customer.less file (in src/less directory), a customer could simply modify that file (through gulp/grunt) and get a customized CSS.
The text was updated successfully, but these errors were encountered:
You are right, the variables declared at the end DO override any previous declarations even in the classes defined before the redeclaration. My understanding was not correct.
See: less/less.js#297
At this time, in order to customize look and feel, mobile-angular-ui.less, mobile-angular-ui-desktop.less and variables.less files need to customized.
If there were an import statement at the end of variables.less file as follows
along with an empty customer.less file (in src/less directory), a customer could simply modify that file (through gulp/grunt) and get a customized CSS.
The text was updated successfully, but these errors were encountered: