Uploaded image for project: 'Tapestry 5'
  1. Tapestry 5
  2. TAP5-2524

CSS minification breaks keyframes

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 5.4
    • 5.4.1
    • tapestry-webresources
    • None

    Description

      @keyframes anim {
          0% { opacity: 0; }
        100% { opacity: 1; }
      }
      

      is turned into

      @keyframes anim{0{opacity:0}100%{opacity:1}}
      

      but that should be

      @keyframes anim{0%{opacity:0}100%{opacity:1}}
      

      See https://github.com/yui/yuicompressor/issues/151, https://github.com/yui/yuicompressor/issues/162, https://github.com/yui/yuicompressor/pull/118, https://github.com/yui/yuicompressor/issues/80 and others.

      Attachments

        Activity

          People

            jkemnade Jochen Kemnade
            jkemnade Jochen Kemnade
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: