Giter Site home page Giter Site logo

Comments (7)

zmoazeni avatar zmoazeni commented on June 16, 2024

Thanks for the report @mrDarcyMurphy! I'll work on it soon.

This is a fantastic example of the minimum I need.

from csscss.

ScotterC avatar ScotterC commented on June 16, 2024

Also base64 encoded JPEG

background-image: url(data:image/jpeg;base64,IMAGE_DATA)

Really psyched about this library. Thanks

from csscss.

wanderr avatar wanderr commented on June 16, 2024

Same goes for image/png

from csscss.

zmoazeni avatar zmoazeni commented on June 16, 2024

I'm going to close this for now. This has been fixed in master and will go out in the next release (the one after v1.0.0). Thanks for the reports!

from csscss.

ScotterC avatar ScotterC commented on June 16, 2024

Hmm using 1.1.0 or master doesn't seem to fix the issue for me.

background-image: url(data:image/jpeg;base64,DATA);

Parser error: Failed to match sequence (SPACE? blocks:((COMMENT / NESTED_RULESET / RULESET){1, }) SPACE?)

Removing the line allows the parser to move on. I'll try to dig into the tests and find out why.

from csscss.

mrDarcyMurphy avatar mrDarcyMurphy commented on June 16, 2024

Yeah, still fails for me too.

from csscss.

zmoazeni avatar zmoazeni commented on June 16, 2024

There's another open ticket about encoding. I think we missed some characters in the parser.

Sent from my iPhone

On Apr 12, 2013, at 10:44 AM, Scott Carleton [email protected] wrote:

Hmm using 1.1.0 or master doesn't seem to fix the issue for me.

background-image: url(data:image/jpeg;base64,DATA);

Parser error: Failed to match sequence (SPACE? blocks:((COMMENT / NESTED_RULESET / RULESET){1, }) SPACE?)

Removing the line allows the parser to move on. I'll try to dig into the tests and find out why.


Reply to this email directly or view it on GitHub.

from csscss.

Related Issues (20)

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.