Leonardo

Results 4 comments of Leonardo

> Use `@use "primeicons/primeicons.css";` instead of `@import "primeicons/primeicons.css";` in styles.css If replace, not show errors, but icons not show.

> [@LMS5413](https://github.com/LMS5413) also include the node_modules path in `angular.json` > > ``` > "styles": [ > "src/styles.css", > "node_modules/primeicons/primeicons.css", > ], > ``` Work! Thanks.

> > Now that I looked for them, I can only find reports about `#include ` (bad code? should it be `#include "drv_types.h"`?) and reports where the kernel is 6.15...

> @LMS5413 > > Try the driver in @natimerry's repo. https://github.com/natimerry/rtl8852au It's works! Thanks