Giter Club home page Giter Club logo

Comments (5)

FichteFoll avatar FichteFoll commented on May 20, 2024

What are the errors and how can I reproduce it?

from csscheme.

thecodechef avatar thecodechef commented on May 20, 2024

Whenever i try to change the colors of either the header content or the header punctuation it gives errors

Errors converting from SCSScheme to CSS, return code: 65

Error: Invalid CSS after "...markup.heading.": expected class name, was "1.markdown punc..."
        in scheme/langs/_markdown.scss on line 2
        from line 215 of ~/.config/sublime-text-3/Packages/Theme - LevelUpTuts/LevelUpTuts.scsscheme
  Use --trace for backtrace.

to recreate this error

text.html.markdown meta.block-level.markdown markup.heading.1.markdown punctuation.definition.heading.markdown {
  @name "Markdown: Heading (Punctuation)";
  foreground: $cyan;
}

from csscheme.

FichteFoll avatar FichteFoll commented on May 20, 2024

Thanks for the details. That should help me track down the issue and especially work on a fix.

No ETA.

from csscheme.

thecodechef avatar thecodechef commented on May 20, 2024

No Rush just Thought you should know.
and Thnx

from csscheme.

FichteFoll avatar FichteFoll commented on May 20, 2024

So, as it is quite obvious from the error message, SASS expects a fully qualified classname and .1 is not a valid class name since they need to start with alpha characters, not numbers.

SASS also cannot comprehend a couple of other more advanced scope selector operators (most notably grouping), but parses them correctly if preceeded with a backslash. As such, I will add a csscheme pre-processor that strips all backslashes from a selector (although valid in scope names and selectors, they aren't used anywhere).

from csscheme.

Related Issues (17)

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.