primefaces / primevue

Next Generation Vue UI Component Library
https://primevue.org
MIT License
9.26k stars 1.13k forks source link

Typo in tailwindcss-primeui npm package #5902

Closed Peanut4287 closed 1 month ago

Peanut4287 commented 1 month ago

Describe the bug

Since this repo is linked on https://www.npmjs.com/package/tailwindcss-primeui I guess this is the right place to report this typo. Inside tailwindcss-primeui/src/utils/preset.js, there is a typo (three dashes instead of two):

{
  '.bg-emphasis': {
    background: 'var(--p-content-hover-background)',
    color: 'var(---p-content-hover-color)' // should be `--p-content-hover-color`, not `---p-content-hover-color`
  }
}

Reproducer

n/a

PrimeVue version

4.0.0

Vue version

3.x

Language

TypeScript

Build / Runtime

Vue CLI App

Browser(s)

No response

Steps to reproduce the behavior

No response

Expected behavior

No response

tugcekucukoglu commented 1 month ago

Thanks for your attention. Could you create an issue for this repo: https://github.com/primefaces/tailwindcss-primeui

Thank you.