Code Monkey home page Code Monkey logo

Comments (9)

bestplay9384 avatar bestplay9384 commented on May 7, 2024 1

hey, is there any change calc() handle will be added to the parser?

from php-css-parser.

sabberworm avatar sabberworm commented on May 7, 2024 1

from php-css-parser.

sabberworm avatar sabberworm commented on May 7, 2024

I think it’s better to add a ValueList subclass Calc which would take care to output spaces around the + and - signs instead of trying to hack calc() on top of CSSFunction. Parsing should not be too hard, either. Also, since calc()s can include parenthesized subexpressions, there’d need to be another storage class for these.

from php-css-parser.

ivanraz avatar ivanraz commented on May 7, 2024

Hi there,
We found an issue when using multiplication inside the calc function.

For example, we got this line in our .less file:
right: calc(~"-1*(100% - 54px)");

The parser hits an exception when it goes over the * character.

from php-css-parser.

axute avatar axute commented on May 7, 2024

is there any news?
we have the same issues with calc()

from php-css-parser.

sabberworm avatar sabberworm commented on May 7, 2024

I don’t have time to work on this now or in the near future but pull-requests are always welcome.

from php-css-parser.

raxbg avatar raxbg commented on May 7, 2024

Can this be closed now?

from php-css-parser.

axute avatar axute commented on May 7, 2024

we don't use it anymore :-\

from php-css-parser.

sabberworm avatar sabberworm commented on May 7, 2024

Released with 8.2.0

from php-css-parser.

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.