Hi,
according to the docs here https://picocss.com/docs#install-with-npm , you have to use it as follows:
@use "pico";
But for me at least, this lead to following error:
[sass] Can't find stylesheet to import.
And I had to replace it with:
@use "@picocss/pico"