I want to import some vars and mixings from a smaller file located under a subdirectory.
I am using the following code:
@import "./subdirectory/file.less"
I tried:
@import "subdirectory/file.less"
But the compiler shows the following error:
!Syntax Error: on line 3: expected one of @import * -@ :.
source share