tailwindcss-variables icon indicating copy to clipboard operation
tailwindcss-variables copied to clipboard

Replace created variables from another plugin (UI KIT)

Open maketryuk opened this issue 2 years ago • 0 comments

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

maketryuk avatar Aug 14 '23 19:08 maketryuk