Git Product home page Git Product logo

Comments (3)

alexharris avatar alexharris commented on August 31, 2024

Hey digen,

Looks like this is an error as described in the "Limitations" section of this blog post: http://thesassway.com/intermediate/understanding-placeholder-selectors

The inability to use an extend within a @media query for a class outside of that selector. Try replacing the "@extend .wrapper" on line 136 with the actual rules from the appropriate .wrapper class.

from calm-shallow-sea.

digen avatar digen commented on August 31, 2024

Hey Alex,
Thanks for looking into this. Appreciate it.

After replacing the rules manually instead of the @extend placeholder, getting the following now,

# rake generate
## Generating Site with Jekyll
    write source/stylesheets/screen.css
    error sass/styles.scss (Line 111 of sass/_code.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.

In sass/_code.scss, .sans block seems to be missing.

from calm-shallow-sea.

alexharris avatar alexharris commented on August 31, 2024

have you tried making the .sans class optional as it suggests?

also, .can you tell me structure of your sass/scss files and folders and what version of jekyll/octopress you are using? I haven't worked on this theme in a few years, so it is very possible that some new scss files have been introduced that expect something to exist that I had removed from the original

from calm-shallow-sea.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.