We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Seems the <sm: prefix is not recognized by VS Code.
<sm:
Workaround: As soon as I define it in windi.config.mjs it works:
windi.config.mjs
import { defineConfig } from 'windicss/helpers' export default defineConfig({ theme: { screens: { xs: '510px', sm: '640px', }, } })