-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
While investigating the viability of applying purgeCSS to Patternfly4, in order to reduce the weight of our CSS, I found these four locations in our code (all of them *my changes*, darnit), in which our usual `styles` declaration pattern was inconsistent with our own standards. The LibraryPageImpl change would have been too intrusive to make fully compliant. The objective here is to ensure that our objects have *predictable* internal layouts for ease of future maintenance.
- Loading branch information
1 parent
fc00bde
commit 05eab20
Showing
4 changed files
with
52 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters