Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grunt error: NameError: variable @sources-text is undefined in less/stable/_panel-sources.less on line 8, column 9 #13

Closed
antoniobrandao opened this issue Jan 31, 2014 · 2 comments

Comments

@antoniobrandao
Copy link

I'm following the instructions carefully but I get this error in my grunt watch

note: it's a fresh git pull from the repo, nothing's changed except the path to custom.css in my filesystem (which is the same as in the explanation)

The error:

Running "less:stable" (less) task

NameError: variable @sources-text is undefined in less/stable/_panel-sources.less on line 8, column 9:
7 text-shadow: 0 1px 0 @global-textshadow !important;
8 color: @sources-text !important;
9 }
Warning: Error compiling less/stable/build.less Use --force to continue.

s10wen added a commit to s10wen/SO-Dark-Monokai-v3 that referenced this issue Feb 2, 2014
@s10wen
Copy link
Collaborator

s10wen commented Feb 2, 2014

Not sure, what's going on here, for now I've updated the css file over at:
https://github.com/s10wen/SO-Dark-Monokai-v3/blob/master/Custom.css

Just tested in Stable Version 32.0.1700.102

That should help you out for now whilst we continue improving.

@mauricecruz
Copy link
Owner

It's because the zero dark matrix theme was defaulted in the build.less file and it didn't have the new variables you created when you split up stable.

I sync'ed the two versions. What should strive to maintain parity between canary and stable. It should be easier when we unify the source and just add a separate sheet for canary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants