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

CSS3 parsing CSS with var() functionality

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 11.0
    • 11.1
    • web - CSS Editor
    • Windows 10, JDK 8, NetBeans 11.0

    Description

      css file with the following code shows parse errors

       

       

      :root {
      --first-color: #488cff;
      --second-color: #ffff8c;
      }
      #firstParagraph {
      background-color: var(--first-color);
      color: var(--second-color);
      }
      

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            vladpaln Vlad Palnik
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: