matthiasblaesing commented on issue #5351:
URL: https://github.com/apache/netbeans/issues/5351#issuecomment-1470325085

   @NicolaIsotta thank you for testing. However I could not reproduce your 
finding. In drying to reproduce I did this:
   
   1. I downloaded the nightly build referenced in my original comment
   2. I started that version with a clean userdir like this: 
`netbeans/bin/netbeans --userdir userdir --cachedir cachedir`
   3. I created a new project using the "HTML5/JS Application" template
   4. I downloaded the primeflex css file into the `public_html`
   5. The `index.html` was modified to read:
   ```html
   <!DOCTYPE html>
   <!--
   Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt 
to change this license
   Click nbfs://nbhost/SystemFileSystem/Templates/Other/html.html to edit this 
template
   -->
   <html>
       <head>
           <title>TODO supply a title</title>
           <meta charset="UTF-8">
           <meta name="viewport" content="width=device-width, 
initial-scale=1.0">
           <link href="primeflex.css" rel="stylesheet" />
       </head>
       <body>
           <div class="sm:align-content-between">TODO write content</div>
       </body>
   </html>
   ```
   
   With that setup I see no errors:
   
   
![image](https://user-images.githubusercontent.com/2179736/225369400-90624d0d-c745-43e2-9df0-a53f9015b574.png)
   
   My suspicion is, that the CSS file can't be directly resolved via the `link` 
tag. See this screenshot:
   
   
![image](https://user-images.githubusercontent.com/2179736/225370027-57ab004a-f57f-425e-9361-3eb732bc8c6c.png)
   
   The first entries (dark-green) come from `primeflex.css` directly referenced 
(code is the same as shown above). The light-gray entry  
`.sm:align-content-dummy` comes from a new file I created in the project, but 
did not reference. Using this class would be flagged.
   
   Could you provide the full project you used to test? Thank you!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to