Files
discourse/themes
Penar Musaraj 4804273d02 DEV: Fix some invalid/deprecated CSS (#37452)
- `border-radius: none` is invalid, we want `border-radius: 0`
- `grid-column-gap` and `grid-row-gap` are now replaced by `column-gap`
and `row-gap`
2026-02-02 11:32:23 -05:00
..