wadealer opened a new issue, #8303: URL: https://github.com/apache/netbeans/issues/8303
### Apache NetBeans version Apache NetBeans 25 ### What happened Current CSS Preprocessor plugin don't support some scss constructions. For example, I can't use `@use "file" as *` clause. When I try to use `@use "file" as f` and then write something like `@include f.responsive(1100px)` I got error "unexpected token DOT found". If I filter out this error I got other errors then. ### Language / Project Type / NetBeans Component SCSS ### How to reproduce Add at least two scss files. In first file declare mixin/variable/whatever. At second file try to include first file with `@use "firstfile" as *` clause. Or import first file with `@use "firstfile" as f` and then try to get access with mixin/variable with `f.mixin` clause. ### Did this work correctly in an earlier version? No / Don't know ### Operating System Windows 11 ### JDK jdk-22 x64 ### Apache NetBeans packaging Apache NetBeans provided installer ### 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
