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

The selector ".sans" was not found #35

Open
chaoyuan899 opened this issue Dec 28, 2014 · 2 comments
Open

The selector ".sans" was not found #35

chaoyuan899 opened this issue Dec 28, 2014 · 2 comments

Comments

@chaoyuan899
Copy link

error sass/screen.scss (Line 93 of sass/base/_syntax.scss: "html .gist .gist-file .gist-meta" failed to @extend ".sans".
The selector ".sans" was not found.
Use "@extend .sans !optional" if the extend should be able to fail.
)
Compilation failed in 1 files.

@humburg
Copy link

humburg commented Jan 12, 2015

It is possible to resolve this by implementing the change suggested by the error message, i.e. add "!optional" for the relevant @extend directives in sass/base/_syntax.scss (there are two more). Everything seems to work fine after that but I have no idea whether the effect is as intended.

@chaoyuan899
Copy link
Author

Thanks.

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

2 participants