@patternfly-java/core 0.6.5 → 0.6.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PatternFly Java
|
|
1
|
+
# PatternFly Java Core
|
|
2
2
|
|
|
3
3
|
CSS styles for [PatternFly Java](https://patternfly-java.github.io/).
|
|
4
4
|
|
|
@@ -22,7 +22,8 @@ Import the CSS in your stylesheet or JavaScript entry point:
|
|
|
22
22
|
|
|
23
23
|
## Requirements
|
|
24
24
|
|
|
25
|
-
This package requires [PatternFly 6](https://www.patternfly.org/) CSS (
|
|
25
|
+
This package requires [PatternFly 6](https://www.patternfly.org/) CSS ([
|
|
26
|
+
`@patternfly/patternfly`](https://www.npmjs.com/package/@patternfly/patternfly)) to be present, as it references PatternFly design tokens for colors, spacing, borders, and typography.
|
|
26
27
|
|
|
27
28
|
## License
|
|
28
29
|
|