cockpit patternfly setup in custom project #20740
|
Hi everyone, I'm currently trying to build a Cockpit application. I'm not using the starter kit (yes, I know, already off to a bad start). My main question is, where are these two imports coming from? import "cockpit-dark-theme";
import "patternfly/patternfly-5-cockpit.scss";I was able to add PatternFly to my project, and it works without issue, but I noticed the colors were off compared to the rest of Cockpit. I checked the starter kit and saw these two imports, but there is no corresponding package in the |
Answered by
martinpitt
Jul 11, 2024
Replies: 1 comment 1 reply
|
These come from cockpit's pkg/lib, which has shared components between all cockpit pages. starter-kit checks them out in its Makefile. |
1 reply
Answer selected by
martinpitt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These come from cockpit's pkg/lib, which has shared components between all cockpit pages. starter-kit checks them out in its Makefile.