Skip to content
This repository was archived by the owner on Jun 26, 2026. It is now read-only.

Commit ad1f87a

Browse files
committed
docs: add Function Edit Page implementation plan and feature entry
Signed-off-by: Stanislav Jakuschevskij <sjakusch@redhat.com>
1 parent b4a03b5 commit ad1f87a

2 files changed

Lines changed: 1360 additions & 1 deletion

File tree

docs/STYLEGUIDE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525

2626
## CSS
2727

28-
- **Relative units only**: Use `rem` and `em` for all sizing (widths, heights, margins, padding, font sizes). Never use `px`.
28+
- **PatternFly first**: Use PatternFly component props for all layout and spacing. Only fall back to custom CSS when PatternFly does not cover the need.
29+
- **Relative units only**: When custom CSS is necessary, use `rem` and `em` for all sizing. Never use `px`.
2930

3031
## OCP Plugin Styling Constraints
3132

0 commit comments

Comments
 (0)