0👍
If you want Tailwind classes to have more priority over the default classes in VitePress, consider adding the important
option in the tailwind.config.js file:
module.exports = { important: true}
- [Vuejs]-How can i use context with setup script vue composition api
- [Vuejs]-How to insert other values into table column Vue3 Element-plus
Source:stackexchange.com