Steps to reproduce:
Enviroment: windows 11, node 22.4.0
- Create vue project with vite via
npx create-vite
npm install --save-dev mlut @mlut/plugins sass-embedded sass
- Add mlut in vite.config.ts like in documentation
- Create output css file
And after start the dev server i get:

I added @use '@mlut/core'; but nothing changes