Skip to content

Commit

Permalink
fix(docs): add missing FEC and PF styles to codesandbox template
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 committed Jan 28, 2021
1 parent 9d8d91c commit c4de4b3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import { getParameters } from 'codesandbox/lib/api/define';
const html = `
<html>
<head>
<link rel="stylesheet" type="text/css" href="https://unpkg.com/@patternfly/patternfly@latest/patternfly-base.css"/>
<link rel="stylesheet" type="text/css" href="https://unpkg.com/@patternfly/patternfly@latest/patternfly-addons.css"/>
</head>
<body>
<div id="root"></div>
Expand All @@ -14,7 +12,9 @@ const html = `

const renderSnippet = `import React from 'react';
import ReactDOM from 'react-dom'
import '@patternfly/react-core/dist/styles/base.css';
import Example from './example'
import '@redhat-cloud-services/frontend-components/index.css'
ReactDOM.render(<Example />, document.getElementById('root'));
Expand Down

0 comments on commit c4de4b3

Please sign in to comment.