Skip to content

Commit

Permalink
fix(css): Add the CSS js files to the npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-phillips-18 committed Apr 14, 2023
1 parent 87bd5bb commit 5d9ed2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/module/src/css/.npmignore
@@ -0,0 +1 @@
# empty so all files get released
2 changes: 1 addition & 1 deletion packages/module/src/utils/style-utils.ts
@@ -1,5 +1,5 @@
import { EdgeAnimationSpeed, EdgeStyle, NodeStatus } from '../types';
import styles from '@patternfly/react-topology/dist/esm/css/topology-components';
import styles from '../css/topology-components';

export const StatusModifier = {
[NodeStatus.default]: '',
Expand Down

0 comments on commit 5d9ed2b

Please sign in to comment.