Files
bun.sh/src/css
taylor.fish 437e15bae5 Replace catch bun.outOfMemory() with safer alternatives (#22141)
Replace `catch bun.outOfMemory()`, which can accidentally catch
non-OOM-related errors, with either `bun.handleOom` or a manual `catch
|err| switch (err)`.

(For internal tracking: fixes STAB-1070)

---------

Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
2025-08-26 12:50:25 -07:00
..
2025-07-21 13:26:47 -07:00
2025-07-21 13:26:47 -07:00

CSS

This is the code for Bun's CSS parser. This code is derived from the Lightning CSS (huge, huge thanks to Devon Govett and contributors) project and the Servo project.