Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

[bug] Tailwind opacity modifiers aren't working

Aperta
#387 1 commento 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
3/5
Tempo stimato
1-2 giorni
Idoneità per principianti
52/100
Tipo di issue
Bug
Chiarezza
Abbastanza chiara
Stato di attività
Tranquilla
Stack tecnologico
tailwindcss
Ambito
frontend

Direzione di ricerca

Start by reproducing the issue with text-primary/80 using the color-channel variables in globals.css, following the linked Tailwind CSS variables guidance. Trace how the generated Tailwind styles handle opacity modifiers for that color definition. Done means the modifier applies 80% opacity while the globals continue using color channels rather than rgb or hsl functions.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

chore
Describe the bug

https://v3.tailwindcss.com/docs/customizing-colors#using-css-variables

To reproduce
  1. Apply a tailwind opacity modifier to a color (e.g., text-primary/80)
  2. Observe that the opacity (80%) isn't actually applied
Sourcebot deployment information

Sourcebot version (e.g. v3.0.1): v4.5.1

Additional information

We need to be using just color channels in our globals.css (instead of rgb and hsl functions).
See: https://v3.tailwindcss.com/docs/customizing-colors#using-css-variables

Lingua principale
TypeScript
Stelle
3.9k
Fork
374
Merge medio
21h 18m
PR unite (30g)
39

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di sourcebot-dev/sourcebot

Tutte le issue di sourcebot-dev/sourcebot

Issue simili

Altre issue su TypeScript

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.