foxslide icon indicating copy to clipboard operation
foxslide copied to clipboard

The selector ".sans" was not found

Open chaoyuan899 opened this issue 10 years ago • 2 comments

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.

chaoyuan899 avatar Dec 28 '14 05:12 chaoyuan899

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.

humburg avatar Jan 12 '15 13:01 humburg

Thanks.

chaoyuan899 avatar Jan 12 '15 13:01 chaoyuan899