We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I configure windi.config.js It not working?
Do I have any mistakes here?
Project is Vue cli
import { transform } from "windicss/helpers"; export default { attributify: { // ‘w’ => w:bg="blue-400" prefix: "w", }, darkMode: "class", transformCSS: "pre", extract: { include: ["**/*.{vue,html,jsx,tsx,ts}"], exclude: [ "node_modules", ".git", "excluded", "dist", "windi.config.{ts,js}", "tailwind.config.{ts,js}", ], }, alias: {}, shortcuts: {}, theme: { extend: { zIndex: { "-1": "-1", }, colors: {}, }, }, plugins: [ transform("windicss/plugin/line-clamp"), transform("windicss/plugin/typography"), transform("@windicss/plugin-scrollbar"), ], };
The text was updated successfully, but these errors were encountered:
I am suffering the same situation. How can we provide some debug informations?
Sorry, something went wrong.
Output Channel Logs and minimal git repository
I frequently got this warning. I use windicss in rushjs monorepo
You should get better experience with our experimental pre-release
No branches or pull requests
When I configure windi.config.js It not working?
Do I have any mistakes here?
Project is Vue cli
The text was updated successfully, but these errors were encountered: