Chris2011 commented on issue #8686: URL: https://github.com/apache/netbeans/issues/8686#issuecomment-4247408542
@ysajeepan do you mean this? <img width="519" height="578" alt="Image" src="https://github.com/user-attachments/assets/c3b7a927-232f-46ee-9571-3e7449d2a4f6" /> If yes, I get this error: Unexpected Token DOT found. Steps to reproduce: * Create tools.scss * Copy code into it: ```scss @mixin media { @media (max-width: 600px) { @content; } } ``` * Create style.scss * Copy code into it: ```scss @use './tools' as tools; .box { color: blue; @include tools.media { color: red; } } ``` * See error -- 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
