Uploaded image for project: 'NetBeans'
  1. NetBeans
  2. NETBEANS-1459

Unsupported CSS3 @supports rule

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Duplicate
    • 9.0
    • None
    • web - CSS Editor
    • None
    • Windows 10

    Description

      The following code for example causes warning

      @supports (transform-style: preserve-3d) {
          .carousel-item-next.carousel-item-left,
          .carousel-item-prev.carousel-item-right {
              transform: translate3d(0, 0, 0);
          }
      }
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              artur.stepien Artur Stępień
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: