@stylesheet_directory_uri and @template_directory_uri undefined
-
When trying to use @styleshee_directory_uri, the lessc returns a “NameError: variable @stylesheet_directory_uri is undefined” error. The same is true for @template_directory_uri. I’m coding:
@background_img: "@{stylesheet_directory_uri}/images/background.jpg";
What am I doing wrong?
- The topic ‘@stylesheet_directory_uri and @template_directory_uri undefined’ is closed to new replies.