opal-components
Version:
[Rionite](https://github.com/Riim/Rionite) component set.
35 lines (29 loc) • 625 B
HTML
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
<style>
html, body {
background: #fff;
color: hsl(0,0%,20%);
font-size: 16px;
font-family: Helvetica, Arial, sans-serif;
line-height: 1.5;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-webkit-tap-highlight-color: transparent;
}
body {
padding: 50px;
}
</style>
</head>
<body>
<opal-components-docs></opal-components-docs>
<script src="dist/index.js"></script>
</body>
</html>