mhrownaghi opened a new issue, #6860:
URL: https://github.com/apache/netbeans/issues/6860

   ### Apache NetBeans version
   
   Apache NetBeans 19
   
   ### What happened
   
   When I use `@apply` with more than one class, second class is marked as 
'Unexpected token IDENT found' error.
   
   ### How to reproduce
   
   In a sass file copy following code:
   ```
   @layer components {
     .card {
       @apply bg-white p-5 rounded-lg shadow; // Unexpected token IDENT found
     }
   }
   ```
   `bg-white` is marked as error.
   
   ### Did this work correctly in an earlier version?
   
   No / Don't know
   
   ### Operating System
   
   OpenSUSE Leap 15.5 - x64
   
   ### JDK
   
   11
   
   ### Apache NetBeans packaging
   
   Apache NetBeans binary zip
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a pull request?
   
   No


-- 
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