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
@import directives correctly resolve file paths relative to the directories in the paths array.
The data-uri() function, by contrast, appears to ignore the paths option - all file paths are resolved relative to the working directory of the node process that invoked the LESS compiler.
Needless to day, LESS is an addictively useful tool. Thanks for creating it!