Menu

Parser removing comma's separating box-shadow rules

Help
Paul K
2017-01-11
2017-01-14
  • Paul K

    Paul K - 2017-01-11

    Hey,

    I have an issue where the parser is removing comma's separating box-shadow properties, example:

    div { box-shadow: 0 0 0 1px #fff, 0 0 0 2px silver; }

    becomes:

    div { box-shadow: 0 0 0 1px #fff 0 0 0 2px silver; }

    is there a way to make it not remove the comma?

    Cheers

     
    • RBRi

      RBRi - 2017-01-14

      Hi Paul,

      many thanks for this bug report. This is now fixed and a new SNAPSHOT build is available.
      Feel free to open issues if facing other problems.

      Hope CSSParser is of any use for you

      RBRi
      

      On Wed, 11 Jan 2017 21:47:51 +0000 Paul K wrote:

      Hey,

      I have an issue where the parser is removing comma's separating box-shadow properties, example:

      div { box-shadow: 0 0 0 1px #fff, 0 0 0 2px silver; }

      becomes:

      div { box-shadow: 0 0 0 1px #fff 0 0 0 2px silver; }

      is there a way to make it not remove the comma?

      Cheers


      Parser removing comma's separating box-shadow rules


      Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/cssparser/discussion/283564/

      To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.