nextcloud-server/apps/theming/lib/Controller
nfebe 625c1264fe fix(theming): Correctly generate CSS for font themes
Fixes a regression from dropping the SCSS compiler that broke
font themes like OpenDyslexic. The old code relied on the SCSS
compiler to automatically correct the order of the CSS rules,
ensuring the @font-face declaration was always valid.
The server now correctly generates the `@font-face` rule at
the top level of the stylesheet, fixing the previously invalid nested CSS.

Introduced in : f1448fcf07

Signed-off-by: nfebe <fenn25.fn@gmail.com>
2025-07-11 12:27:41 +07:00
..
IconController.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
ThemingController.php fix(theming): Correctly generate CSS for font themes 2025-07-11 12:27:41 +07:00
UserThemeController.php refactor(OpenAPI): Adjust scopes to match previous behavior 2025-01-06 14:30:40 +07:00