Skip to content

Commit

Permalink
Merge pull request #36 from jeff-phillips-18/css-dist-fix
Browse files Browse the repository at this point in the history
fix(css): Add the CSS js files to the npm package
  • Loading branch information
jeff-phillips-18 committed Apr 14, 2023
2 parents 87bd5bb + 5d9ed2b commit 8e3074a
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 8e3074a

Please sign in to comment.