Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fhlavac authored Oct 5, 2023
1 parent 333dbc1 commit afd4f0e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ When adding/making changes to a component, always make sure your code is tested:
### Styling:
- for styling always use JSS
- new classNames should match PatternFly conventions (`pf-cg-[component]-[more-details]`)
- new CSS variables should be named like `--pf-cg-[my-variable]-[more-details]`
- new classNames should be named in camelCase starting with the name of a given component and following with more details clarifying its purpose/component's subsection to which the class is applied (`actionMenu`, `actionMenuDropdown`, `actionMenuDropdownToggle`, etc.)
## Building for production
Expand Down

0 comments on commit afd4f0e

Please sign in to comment.