Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Olivia Payne <opayne@redhat.com>
  • Loading branch information
vojtechszocs and opayne1 authored Mar 5, 2024
1 parent bc0dd41 commit f337740
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# PatternFly Upgrade Notes

A dynamic plugin targets one or more versions of OpenShift Console. Each Console version supports
A dynamic plugin targets one or more versions of OpenShift Console. Each version supports
specific version(s) of [PatternFly](https://www.patternfly.org/) in terms of CSS styling.

Check the [OpenShift Console Versions vs PatternFly Versions][console-pf-versions] table for
compatibility before upgrading to a newer version of PatternFly.

## CSS styling

Plugins should only include styles that are specific to their user interfaces, to be evaluated on
Plugins should only include styles that are specific to their user interfaces to be evaluated on
top of base PatternFly styles. Avoid importing styles such as `@patternfly/react-styles/**/*.css`
or any styles from `@patternfly/patternfly` package in your plugin.

Expand Down

0 comments on commit f337740

Please sign in to comment.