nextcloud-server/apps/theming/lib
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
..
AppInfo chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Command chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Controller fix(theming): Correctly generate CSS for font themes 2025-07-11 12:27:41 +07:00
Jobs refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
Listener refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
Migration fix(theming): Do not throw in background color migration 2025-01-29 15:32:43 +07:00
Service chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Settings chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
SetupChecks chore: Add SPDX header 2024-05-31 10:38:47 +07:00
Themes fix(theming): high contrast themes scrollbar 2025-02-05 08:36:14 +07:00
Capabilities.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
ITheme.php chore: Add SPDX header 2024-05-31 10:38:47 +07:00
IconBuilder.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
ImageManager.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
ResponseDefinitions.php chore: Add SPDX header 2024-05-31 10:38:47 +07:00
ThemingDefaults.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Util.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00