[csswg-drafts] border-radius: full; (#13764)

fschroiff has just created a new issue for https://github.com/w3c/csswg-drafts:

== border-radius: full; ==
Tailwind has a `.rounded-full` class that produces e.g. a "pill" button ([docs](https://tailwindcss.com/docs/border-radius#creating-pill-buttons)). 

It does this by setting `border-radius: 3.40282e38px;` which evaluates to a ginormous number of pixels (340282001837565597733306976381245063168px). This is weird and looks dumb in devtools. 

<img width="1440" height="869" alt="Image" src="https://github.com/user-attachments/assets/2c8eb4c4-c8d6-4178-ad04-3332164f8a74" />

Maybe there should be a `full` option for border-radius?

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13764 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 3 April 2026 07:49:26 UTC