Files
bun.sh/src/css
Ciro Spaciari 9a9473d4b9 fix(createEmptyObject) fix some createEmptyObject values part 2 (#24827)
### What does this PR do?
We must use the right number of properties or we should set it to 0

### How did you verify your code works?
Read the code to check the amount of properties + CI
2025-11-18 14:02:21 -08:00
..
2025-07-21 13:26:47 -07:00
2025-11-10 14:38:26 -08: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.