You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Custom margin added to tailwind.config.js is not shown in vscode xwind plugins autocomplete list.
Custom class works in browser, I can see added class value but not in autocomplete list.
Thinks I tried:
Restarting the dev server.
Re-running the tw build script: tailwindcss build ./styles/tailwind.base.css -o ./styles/base.css
Restarting VS Code.
tailwind.config.js configuration:
module.exports={purge: [],darkMode: false,// or 'media' or 'class'theme: {extend: {margin: {75: "18.75rem",},},},variants: {extend: {},},plugins: [require("xwind/plugins/base")],xwind: {mode: "objectstyles",},};
The text was updated successfully, but these errors were encountered:
Custom margin added to tailwind.config.js is not shown in vscode xwind plugins autocomplete list.
Custom class works in browser, I can see added class value but not in autocomplete list.
Thinks I tried:
tailwindcss build ./styles/tailwind.base.css -o ./styles/base.css
tailwind.config.js configuration:
The text was updated successfully, but these errors were encountered: