|
6 | 6 | <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes"> |
7 | 7 | <title>PatternFly Element | pfe-clipboard Demo</title> |
8 | 8 |
|
| 9 | + <link rel="stylesheet" type="text/css" href="../../pfe-styles/dist/red-hat-font.min.css"> |
| 10 | + |
| 11 | + <!-- Stylesheets for testing light DOM styles. |
| 12 | + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap-reboot.css"> |
| 13 | + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/typebase.css/0.5.0/typebase.css"> |
| 14 | + --> |
| 15 | + |
9 | 16 | <noscript> |
10 | | - <link href="../../pfelement/dist/pfelement-noscript.min.css" rel="stylesheet"> |
| 17 | + <link href="../../pfelement/dist/pfelement--noscript.min.css" rel="stylesheet"> |
11 | 18 | </noscript> |
12 | 19 |
|
13 | 20 | <link href="../../pfelement/dist/pfelement.min.css" rel="stylesheet"> |
14 | 21 |
|
15 | | - <!-- Stylesheets for testing light DOM styles. |
16 | | - <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap-reboot.css"> |
17 | | - <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/typebase.css/0.5.0/typebase.css"> |
18 | | - --> |
19 | | - |
| 22 | + <link rel="stylesheet" href="../../pfe-styles/dist/pf-vars-rem.css" /> |
20 | 23 | <link rel="stylesheet" href="../../pfe-styles/dist/pfe-base.css" /> |
21 | 24 | <link rel="stylesheet" href="../../pfe-styles/dist/pfe-context.css" /> |
22 | 25 | <link rel="stylesheet" href="../../pfe-styles/dist/pfe-layouts.css" /> |
23 | | - <link rel="stylesheet" type="text/css" href="../../pfe-styles/dist/red-hat-font.min.css"> |
24 | 26 |
|
25 | 27 | <!-- uncomment the es5-adapter if you're using the umd version --> |
26 | 28 | <script src=" https://unpkg.com/@webcomponents/[email protected]/custom-elements-es5-adapter.js" ></script> |
27 | | - |
28 | | - <!-- Use webcomponents-loader when you are adding support for more modern browsers --> |
29 | | - <!-- <script src="https://unpkg.com/@webcomponents/[email protected]/webcomponents-loader.min.js"></script> --> |
30 | | - |
31 | | - <!-- IE11 test: use bundle + require with umd files --> |
32 | | - <!-- Use webcomponents-bundle when supporting much older browsers like IE11 --> |
33 | 29 | <script src=" https://unpkg.com/@webcomponents/[email protected]/webcomponents-bundle.js" ></script> |
34 | | - |
35 | | - |
36 | | - <!-- Tests require pulling in the UMD version of the files --> |
37 | 30 | <script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.5/require.min.js"></script> |
| 31 | + |
38 | 32 | <script> |
39 | 33 | require([ |
40 | 34 | "../dist/pfe-clipboard.umd.js", |
|
0 commit comments