tailwindcss-variables
tailwindcss-variables copied to clipboard
Replace created variables from another plugin (UI KIT)
Versions:
- Package Version: 2.6.1
- Tailwindcss Version: 3.3.2
Question:
Hi, i have a problem. I'm using Element Plus and I'm trying with your plugin to overwrite a variable for any element.
Eg:
--el-button-bg-color
But when I try to do:
".el-button": { "el-button": { "bg-color": "#000", }, },
Nothing is generated for me until I set the class "el-button" for the ElButton element (already has the required class), but this element already has it